Passed
Push — master ( d57bd3...3dbf58 )
by Churakov
03:47
created
src/Columns/ActionColumn.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -72,7 +72,7 @@
 block discarded – undo
72 72
     public function buildButtons($config)
73 73
     {
74 74
         foreach ($this->buttons as $key => &$button) {
75
-            if(is_string($button)) {
75
+            if (is_string($button)) {
76 76
                 if (in_array($button, self::ACTIONS)) {
77 77
                     $class = self::BASE_ACTIONS[$button];
78 78
                     $button = new $class;
Please login to merge, or discard this patch.