Completed
Push — master ( 62e663...701943 )
by Derek
02:22
created
src/Nabu/Autoloader.php 1 patch
Upper-Lower-Casing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -131,7 +131,7 @@  discard block
 block discarded – undo
131 131
                 $this->logger->debug("Set up class path as {$class_path}");
132 132
 
133 133
                 if (file_exists($class_path)) {
134
-                    $this->logger->debug("File {$class_path} exists");
134
+                    $this->logger->debug("file {$class_path} exists");
135 135
 
136 136
                     $this->logger->debug("Including " . $class_path);
137 137
                     /** @noinspection PhpIncludeInspection */
@@ -139,7 +139,7 @@  discard block
 block discarded – undo
139 139
 
140 140
                     $path_loaded = $class_path;
141 141
                 } else {
142
-                    $this->logger->debug("File {$class_path} does not exist");
142
+                    $this->logger->debug("file {$class_path} does not exist");
143 143
 
144 144
                     $path_loaded = false;
145 145
                 }
Please login to merge, or discard this patch.