Completed
Push — master ( e92b05...07bbfd )
by Sébastien
15:54 queued 05:57
created
src/PjbServer/Tools/System/Process.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -52,7 +52,7 @@
 block discarded – undo
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
 
Please login to merge, or discard this patch.