Passed
Pull Request — develop (#18)
by Kevin
03:58 queued 41s
created
lib/File/Configuration/ConfigurationFileRepository.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -106,7 +106,7 @@
 block discarded – undo
106 106
 
107 107
     public function current()
108 108
     {
109
-        $current =  current($this->files);
109
+        $current = current($this->files);
110 110
         $this->checkFileLocation($current);
111 111
         return $current;
112 112
     }
Please login to merge, or discard this patch.