Completed
Push — master ( a86958...69859f )
by Vitaliy
02:45
created
src/EloquentDataProvider.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -14,7 +14,7 @@
 block discarded – undo
14 14
      * @param Builder|EloquentBuilder $src
15 15
      * @param OperationInterface[] $operations
16 16
      */
17
-    public function __construct($src, array $operations = [])
17
+    public function __construct($src, array $operations = [ ])
18 18
     {
19 19
         $this->operations()->set($operations);
20 20
         $this->processingService = new EloquentProcessingService(
Please login to merge, or discard this patch.