@@ -87,7 +87,7 @@ |
||
87 | 87 | $this->dockerConfig->getDockerCommand() . ' ' . $this->binaryPath . ' hook:' . $hook . ' "$@"' |
88 | 88 | ]; |
89 | 89 | |
90 | - return implode(PHP_EOL, $lines); |
|
90 | + return implode(PHP_EOL, $lines); |
|
91 | 91 | } |
92 | 92 | |
93 | 93 | /** |