Passed
Push — version-4 ( a11473...195886 )
by Sebastian
02:10
created
src/Lists/ArrayListTrait.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -80,8 +80,7 @@
 block discarded – undo
80 80
         ) {
81 81
             // use custom in_array function
82 82
             return in_array($value, $this->array) !== false;
83
-        }
84
-        else {
83
+        } else {
85 84
             // use PHP's native \in_array function
86 85
             return \in_array(
87 86
                 print_r($value, true),
Please login to merge, or discard this patch.