Passed
Push — master ( 7d9ffe...01a3c8 )
by Rodrigo
01:49
created
src/grid/ActionColumn.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -28,7 +28,7 @@
 block discarded – undo
28 28
     protected function initDefaultButton($name, $iconName, $additionalOptions = [])
29 29
     {
30 30
         if (!isset($this->buttons[$name]) && strpos($this->template, '{' . $name . '}') !== false) {
31
-            $this->buttons[$name] = function ($url, $model, $key) use ($name, $iconName, $additionalOptions) {
31
+            $this->buttons[$name] = function($url, $model, $key) use ($name, $iconName, $additionalOptions) {
32 32
                 switch ($name) {
33 33
                     case 'go': 
34 34
                         $title = Yii::t('yii', 'Redirect');
Please login to merge, or discard this patch.