@@ -131,7 +131,7 @@ discard block |
||
| 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 |
||
| 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 | } |