Completed
Pull Request — master (#3701)
by Song
03:34 queued 01:16
created
src/Grid/Displayers/Expand.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -49,7 +49,7 @@
 block discarded – undo
49 49
 });
50 50
 EOT;
51 51
 
52
-        if($isExpand) {
52
+        if ($isExpand) {
53 53
             $script .= "$('.{$this->getElementClass()}').trigger('click');";
54 54
         }
55 55
 
Please login to merge, or discard this patch.