Skip to content

Commit 0f20067

Browse files
committed
Fix > PHP Code Sniffer violation : Short description should not be in multi lines
1 parent 524f108 commit 0f20067

File tree

5 files changed

+5
-8
lines changed

5 files changed

+5
-8
lines changed

app/code/Magento/Backend/App/AbstractAction.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -301,8 +301,7 @@ public function _processUrlKeys()
301301
}
302302

303303
/**
304-
* Set session locale,
305-
* process force locale set through url params
304+
* Set session locale, process force locale set through url params
306305
*
307306
* @return $this
308307
*/

app/code/Magento/Catalog/Model/Product/Type/AbstractType.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -646,8 +646,7 @@ public function checkProductBuyState($product)
646646
}
647647

648648
/**
649-
* Prepare additional options/information for order item which will be
650-
* created from this product
649+
* Prepare additional options/information for order item which will be created from this product
651650
*
652651
* @param \Magento\Catalog\Model\Product $product
653652
* @return array

app/code/Magento/Indexer/Model/ResourceModel/AbstractResource.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -121,8 +121,7 @@ public function insertFromTable($sourceTable, $destTable, $readToIndex = true)
121121
}
122122

123123
/**
124-
* Insert data from select statement of read adapter to
125-
* destination table related with index adapter
124+
* Insert data from select statement of read adapter to destination table related with index adapter
126125
*
127126
* @param Select $select
128127
* @param string $destTable

app/code/Magento/Rule/Model/ResourceModel/AbstractResource.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -231,8 +231,7 @@ public function getCustomerGroupIds($ruleId)
231231
}
232232

233233
/**
234-
* Retrieve correspondent entity information (associations table name, columns names)
235-
* of rule's associated entity by specified entity type
234+
* Retrieve correspondent entity information of rule's associated entity by specified entity type
236235
*
237236
* @param string $entityType
238237
* @return array

lib/internal/Magento/Framework/Backup/AbstractBackup.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -166,6 +166,7 @@ public function setRootDir($rootDir)
166166

167167
/**
168168
* Get Magento's root directory
169+
*
169170
* @return string
170171
*/
171172
public function getRootDir()

0 commit comments

Comments
 (0)