Passed
Push — master ( 701765...23f5ef )
by Adam
02:26
created
src/Connector/Client.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -63,7 +63,7 @@
 block discarded – undo
63 63
      */
64 64
     public function getVersion()
65 65
     {
66
-        if ($file = @file_get_contents(dirname(dirname(__DIR__)) . '/VERSION')) {
66
+        if ($file = @file_get_contents(dirname(dirname(__DIR__)).'/VERSION')) {
67 67
             return trim($file);
68 68
         } else {
69 69
             throw new \Exception('No VERSION file');
Please login to merge, or discard this patch.