Completed
Push — master ( dd54de...a56f32 )
by Nikita
02:36
created
src/Composer/ScriptHandler.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -81,7 +81,7 @@
 block discarded – undo
81 81
     }
82 82
 
83 83
     /**
84
-     * @param array  $stmts
84
+     * @param Node[]  $stmts
85 85
      * @param string $classname
86 86
      *
87 87
      * @return Node|null
Please login to merge, or discard this patch.
src/Database/IndexTrait.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -79,7 +79,7 @@
 block discarded – undo
79 79
 
80 80
         $this->columns = array_filter(
81 81
             $this->columns,
82
-            function (IndexColumn $indexColumn) use ($name) {
82
+            function(IndexColumn $indexColumn) use ($name) {
83 83
                 $column = $indexColumn->getColumn();
84 84
 
85 85
                 return (bool) ($column::getName() !== $name);
Please login to merge, or discard this patch.