Test Setup Failed
Branch master (fa86a9)
by Limon
02:34
created
Category
src/AdblockParser.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -5,7 +5,7 @@
 block discarded – undo
5 5
 {
6 6
     private $rules;
7 7
 
8
-    public function __construct($rules = [])
8
+    public function __construct($rules = [ ])
9 9
     {
10 10
         $this->rules = $rules;
11 11
     }
Please login to merge, or discard this patch.