Passed
Push — master ( d80e5b...daef31 )
by Russell
12:45
created
src/Verify/VerifiableExtension.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -132,7 +132,7 @@
 block discarded – undo
132 132
     public function keyTable()
133 133
     {
134 134
 
135
-        return file_get_contents(realpath(__DIR__) . '/../../doc/statuses.txt');
135
+        return file_get_contents(realpath(__DIR__).'/../../doc/statuses.txt');
136 136
     }
137 137
 
138 138
 }
Please login to merge, or discard this patch.