@@ -67,7 +67,7 @@ |
||
| 67 | 67 | * @property LoggerInterface $logger |
| 68 | 68 | * @property int $pid |
| 69 | 69 | */ |
| 70 | - public function __construct($properties = [], LoggerInterface $logger = null, EventsManager $events = null){ |
|
| 70 | + public function __construct($properties = [], LoggerInterface $logger = null, EventsManager $events = null) { |
|
| 71 | 71 | |
| 72 | 72 | if ( !Checks::multithread() ) { |
| 73 | 73 | throw new Exception("Missing pcntl fork"); |
@@ -44,7 +44,7 @@ |
||
| 44 | 44 | * @param LoggerInterface $logger; |
| 45 | 45 | * @param EventsManager $events; |
| 46 | 46 | */ |
| 47 | - public function __construct($niceness = null, LoggerInterface $logger = null, EventsManager $events = null){ |
|
| 47 | + public function __construct($niceness = null, LoggerInterface $logger = null, EventsManager $events = null) { |
|
| 48 | 48 | |
| 49 | 49 | if ( !Checks::cli() ) { |
| 50 | 50 | throw new RuntimeException("Process can run only in cli SAPI"); |