Skip to content

Commit afc7560

Browse files
committed
Fix > PHP Code Sniffer violation : Short description must start with a capital letter
1 parent c244b80 commit afc7560

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

app/code/Magento/Sales/Model/ResourceModel/Collection/AbstractCollection.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ public function setSelectCountSql(\Magento\Framework\DB\Select $countSelect)
3838
}
3939

4040
/**
41-
* get select count sql
41+
* Get select count sql
4242
*
4343
* @return \Magento\Framework\DB\Select
4444
*/

app/code/Magento/Ui/DataProvider/AbstractDataProvider.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ public function addField($field, $alias = null)
208208
}
209209

210210
/**
211-
* self::setOrder() alias
211+
* Self::setOrder() alias
212212
*
213213
* @param string $field
214214
* @param string $direction

0 commit comments

Comments
 (0)