Passed
Push — master ( adce0a...68320a )
by Sebastian
01:58
created
src/Seboettg/Collection/Collections.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -19,7 +19,7 @@
 block discarded – undo
19 19
      * @param Comparator $comparator
20 20
      * @return ArrayList
21 21
      */
22
-    public static function sort(ArrayList &$list, Comparator $comparator)
22
+    public static function sort(ArrayList&$list, Comparator $comparator)
23 23
     {
24 24
         $array = $list->toArray();
25 25
         usort($array, [$comparator, "compare"]);
Please login to merge, or discard this patch.
src/Seboettg/Collection/ArrayList.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -144,7 +144,7 @@
 block discarded – undo
144 144
      *
145 145
      * @param string $value
146 146
      *
147
-     * @return mixed
147
+     * @return boolean
148 148
      */
149 149
     public function hasValue($value)
150 150
     {
Please login to merge, or discard this patch.