Test Failed
Push — master ( 63cce0...9c051c )
by Nathan
06:39 queued 10s
created
app/Filters/TemplateFilter.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -12,7 +12,7 @@
 block discarded – undo
12 12
      *
13 13
      * @var array
14 14
      */
15
-    public $relations = [];
15
+    public $relations = [ ];
16 16
 
17 17
     /**
18 18
      * @param $name
Please login to merge, or discard this patch.
app/Filters/MailingListFilter.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -12,7 +12,7 @@
 block discarded – undo
12 12
      *
13 13
      * @var array
14 14
      */
15
-    public $relations = [];
15
+    public $relations = [ ];
16 16
 
17 17
     /**
18 18
      * @param $name
Please login to merge, or discard this patch.