@@ -4,6 +4,6 @@ |
||
4 | 4 | |
5 | 5 | // @codeCoverageIgnoreStart |
6 | 6 | if (!function_exists('ApiClients\Foundation\ValueObjects\preheat')) { |
7 | - require __DIR__ . '/functions.php'; |
|
7 | + require __DIR__.'/functions.php'; |
|
8 | 8 | } |
9 | 9 | // @codeCoverageIgnoreEnd |
@@ -23,7 +23,7 @@ |
||
23 | 23 | continue; |
24 | 24 | } |
25 | 25 | |
26 | - $class = __NAMESPACE__ . '\\' . str_replace(DIRECTORY_SEPARATOR, '\\', $file); |
|
26 | + $class = __NAMESPACE__.'\\'.str_replace(DIRECTORY_SEPARATOR, '\\', $file); |
|
27 | 27 | |
28 | 28 | /** Autoload class */ |
29 | 29 | class_exists( |