@@ -27,7 +27,7 @@ discard block |
||
| 27 | 27 | */ |
| 28 | 28 | public function getPhpDbgBin() |
| 29 | 29 | { |
| 30 | - if (! $this->isAvailable()) { |
|
| 30 | + if ( ! $this->isAvailable()) { |
|
| 31 | 31 | throw new \RuntimeException('PHPDbg is not available!'); |
| 32 | 32 | } |
| 33 | 33 | |
@@ -47,6 +47,6 @@ discard block |
||
| 47 | 47 | $locator = new Process('command -v phpdbg'); |
| 48 | 48 | $locator->run(); |
| 49 | 49 | |
| 50 | - return (string) preg_replace('/\s/', '', $locator->getOutput()); |
|
| 50 | + return (string)preg_replace('/\s/', '', $locator->getOutput()); |
|
| 51 | 51 | } |
| 52 | 52 | } |