Skip to content

Commit fb8d38c

Browse files
committed
Apply fixes from StyleCI
1 parent e52217c commit fb8d38c

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/Illuminate/Collections/Enumerable.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -461,6 +461,7 @@ public function whereNotInStrict($key, $values);
461461
* Filter the items, removing any items that don't match the given type(s).
462462
*
463463
* @template TWhereInstanceOf
464+
*
464465
* @param class-string<TWhereInstanceOf>|array<array-key, class-string<TWhereInstanceOf>> $type
465466
* @return static<TKey, TWhereInstanceOf>
466467
*/

src/Illuminate/Collections/Traits/EnumeratesValues.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -680,6 +680,7 @@ public function whereNotInStrict($key, $values)
680680
* Filter the items, removing any items that don't match the given type(s).
681681
*
682682
* @template TWhereInstanceOf
683+
*
683684
* @param class-string<TWhereInstanceOf>|array<array-key, class-string<TWhereInstanceOf>> $type
684685
* @return static<TKey, TWhereInstanceOf>
685686
*/

0 commit comments

Comments
 (0)