Skip to content

Commit 827c51e

Browse files
author
Stanislav Idolov
committed
magento-engcom/magento2ce#2771: Fixed code style issues
1 parent 32b76c7 commit 827c51e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

app/code/Magento/Catalog/Model/Indexer/Product/Flat/TableBuilder.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ public function build($storeId, $changedIds, $valueFieldSuffix)
115115
/**
116116
* Create empty temporary table with given columns list
117117
*
118-
* @param string $tableName Table name
118+
* @param string $tableName Table name
119119
* @param array $columns array('columnName' => \Magento\Catalog\Model\ResourceModel\Eav\Attribute, ...)
120120
* @param string $valueFieldSuffix
121121
*

lib/internal/Magento/Framework/App/Http.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,7 @@ private function redirectToSetup(Bootstrap $bootstrap, \Exception $exception)
277277
* Handler for bootstrap errors
278278
*
279279
* @param Bootstrap $bootstrap
280-
* @param \Exception &$exception
280+
* @param \Exception $exception
281281
* @return bool
282282
*/
283283
private function handleBootstrapErrors(Bootstrap $bootstrap, \Exception &$exception)

0 commit comments

Comments
 (0)