Passed
Pull Request — master (#11)
by Scott
02:37
created
src/PhpStanLoader.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -100,7 +100,7 @@
 block discarded – undo
100 100
 
101 101
     protected function trimLines()
102 102
     {
103
-        array_walk_recursive($this->invalidLines, function (&$item) {
103
+        array_walk_recursive($this->invalidLines, function(&$item) {
104 104
             if (is_string($item)) {
105 105
                 $item = trim($item);
106 106
             }
Please login to merge, or discard this patch.