1 | <?php |
||
9 | class Pool extends \PHPDaemon\Network\Client |
||
10 | { |
||
11 | |||
12 | /** |
||
13 | * @var Pool |
||
14 | */ |
||
15 | public $identd; |
||
16 | |||
17 | /** |
||
18 | * @var bool |
||
19 | */ |
||
20 | public $protologging = false; |
||
21 | |||
22 | /** |
||
23 | * @TODO DESCR |
||
24 | */ |
||
25 | public function onReady() |
||
30 | |||
31 | /** |
||
32 | * Setting default config options |
||
33 | * Overriden from NetworkClient::getConfigDefaults |
||
34 | * @return array|bool |
||
35 | */ |
||
36 | protected function getConfigDefaults() |
||
43 | } |
||
44 |
Our type inference engine has found an assignment to a property that is incompatible with the declared type of that property.
Either this assignment is in error or the assigned type should be added to the documentation/type hint for that property..