Fixing new PHPCS errors.
This commit is contained in:
parent
6c33417839
commit
ea1157066e
5 changed files with 5 additions and 8 deletions
|
|
@ -47,7 +47,7 @@ class Factory
|
|||
*/
|
||||
public static function createProcessControl()
|
||||
{
|
||||
switch(true) {
|
||||
switch (true) {
|
||||
case PosixProcessControl::isAvailable():
|
||||
return new PosixProcessControl();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue