Completed
Push — master ( 61d974...88ff28 )
by Kirill
04:27 queued 02:01
created
src/Reader/Resolver/PragmaResolver/ConfigResolver.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -31,7 +31,7 @@
 block discarded – undo
31 31
      */
32 32
     public function __construct(string $prefix, array $allowed)
33 33
     {
34
-        $this->prefix  = \trim($prefix, '.') . '.';
34
+        $this->prefix  = \trim($prefix, '.').'.';
35 35
         $this->allowed = $allowed;
36 36
     }
37 37
 
Please login to merge, or discard this patch.