Skip to content

Commit acebf93

Browse files
Fix grammar in PHPDocs
1 parent db881b3 commit acebf93

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

lib/internal/Magento/Framework/Data/Collection.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ class Collection implements
7777
/**
7878
* Pager page size
7979
*
80-
* if page size is false, then we works with all items
80+
* if page size is false, then we work with all items
8181
*
8282
* @var int|false
8383
*/
@@ -161,8 +161,8 @@ public function addFilter($field, $value, $type = 'and')
161161
* - ["finset" => $valueInSet]
162162
* </pre>
163163
*
164-
* If non matched - sequential parallel arrays are expected and OR conditions
165-
* will be built using above mentioned structure.
164+
* If non-matched - sequential parallel arrays are expected and OR conditions
165+
* will be built using above-mentioned structure.
166166
*
167167
* Example:
168168
* <pre>

0 commit comments

Comments
 (0)