Passed
Push — master ( dff497...d8daf2 )
by Churakov
03:17
created
src/Columns/ActionColumn.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -86,7 +86,7 @@
 block discarded – undo
86 86
                 continue;
87 87
             }
88 88
 
89
-            if(is_string($button)) {
89
+            if (is_string($button)) {
90 90
                 if (in_array($button, self::ACTIONS)) {
91 91
                     $class = self::BASE_ACTIONS[$button];
92 92
                     $button = new $class;
Please login to merge, or discard this patch.