@@ -47,7 +47,7 @@ discard block |
||
47 | 47 | $method = new CopyMethod(); |
48 | 48 | $target = Util::joinPaths($this->root, '_resources', 'client'); |
49 | 49 | $method->exposeDirectory( |
50 | - realpath(__DIR__.'/../fixtures/source/client'), |
|
50 | + realpath(__DIR__ . '/../fixtures/source/client'), |
|
51 | 51 | $target |
52 | 52 | ); |
53 | 53 | |
@@ -69,7 +69,7 @@ discard block |
||
69 | 69 | $method = new SymlinkMethod(); |
70 | 70 | $target = Util::joinPaths($this->root, '_resources', 'client'); |
71 | 71 | $method->exposeDirectory( |
72 | - realpath(__DIR__.'/../fixtures/source/client'), |
|
72 | + realpath(__DIR__ . '/../fixtures/source/client'), |
|
73 | 73 | $target |
74 | 74 | ); |
75 | 75 |