Fixing new PHPCS errors.

This commit is contained in:
Dan Cryer 2015-10-05 14:17:13 +01:00
commit 3fc6bbef88
5 changed files with 5 additions and 8 deletions

View file

@ -47,7 +47,7 @@ class Factory
*/
public static function createProcessControl()
{
switch(true) {
switch (true) {
case PosixProcessControl::isAvailable():
return new PosixProcessControl();