@@ -52,7 +52,7 @@ |
||
52 | 52 | $process = new Linux\LinuxProcess($logger); |
53 | 53 | break; |
54 | 54 | default: |
55 | - $msg = "System style '" . $style . "' is not supported"; |
|
55 | + $msg = "System style '".$style."' is not supported"; |
|
56 | 56 | throw new UnsupportedSystemException($msg); |
57 | 57 | } |
58 | 58 |