Completed
Pull Request — master (#71)
by Alessandro
07:13 queued 01:42
created
src/Paraunit/Configuration/PHPDbgBinFile.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -27,7 +27,7 @@  discard block
 block discarded – undo
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
 block discarded – undo
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
 }
Please login to merge, or discard this patch.