Skip to content

Commit f3b7651

Browse files
committed
Apply fixes from StyleCI
1 parent cc03211 commit f3b7651

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

src/Illuminate/Collections/Collection.php

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1663,11 +1663,12 @@ public function offsetSet($key, $value)
16631663
/**
16641664
* Unset the item at a given offset.
16651665
*
1666-
<<<<<<< HEAD
1666+
* <<<<<<< HEAD
1667+
*
16671668
* @param TKey $key
1668-
=======
1669+
* =======
16691670
* @param mixed $key
1670-
>>>>>>> 8.x
1671+
* >>>>>>> 8.x
16711672
* @return void
16721673
*/
16731674
#[\ReturnTypeWillChange]

0 commit comments

Comments
 (0)