Completed
Pull Request — master (#5303)
by
unknown
03:28
created
src/Grid/Exporters/AbstractExporter.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -139,7 +139,7 @@
 block discarded – undo
139 139
             return $this;
140 140
         }
141 141
 
142
-        [ $scope, $args ] = explode(':', $scope);
142
+        [$scope, $args] = explode(':', $scope);
143 143
 
144 144
         if ($scope == Grid\Exporter::SCOPE_CURRENT_PAGE) {
145 145
             $this->grid->model()->usePaginate(true);
Please login to merge, or discard this patch.