Test Failed
Push — master ( 69509a...823119 )
by Vinicius Morais
02:18
created
src/Query.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -15,7 +15,7 @@
 block discarded – undo
15 15
      */
16 16
     public function __construct()
17 17
     {
18
-        $this->folder = __DIR__.'/resources/documents/';
18
+        $this->folder = __DIR__ . '/resources/documents/';
19 19
     }
20 20
 
21 21
     /**
Please login to merge, or discard this patch.