Completed
Branch master (5310aa)
by Claudio
02:18
created
Category
src/Autoloader.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -81,7 +81,7 @@
 block discarded – undo
81 81
             $relativeClass = substr($class, $position + 1);
82 82
 
83 83
             // Try to load a mapped file for the prefix and relative class.
84
-            if ( $mappedFile = $this->loadMappedFile($prefix, $relativeClass) ) {
84
+            if ($mappedFile = $this->loadMappedFile($prefix, $relativeClass)) {
85 85
                 return $mappedFile;
86 86
             }
87 87
 
Please login to merge, or discard this patch.