Apply fixes from StyleCI

This commit is contained in:
Marcel Pociot
2020-09-08 06:28:34 +00:00
committed by StyleCI Bot
parent 9fde919bbe
commit 54495fd4a8
3 changed files with 3 additions and 3 deletions

View File

@@ -4,5 +4,4 @@ namespace App\Server\Exceptions;
class NoFreePortAvailable extends \Exception
{
}

View File

@@ -130,6 +130,7 @@ class ControlMessageController implements MessageComponentInterface
],
]));
$connection->close();
return;
}