| @@ -18,6 +18,9 @@ | ||
| 18 | 18 | class FilterFactory | 
| 19 | 19 |  { | 
| 20 | 20 | |
| 21 | + /** | |
| 22 | + * @param string $interface | |
| 23 | + */ | |
| 21 | 24 | public static function create(Signal $signal, $interface) | 
| 22 | 25 |  	{ | 
| 23 | 26 | $filters = []; | 
| @@ -367,6 +367,9 @@ discard block | ||
| 367 | 367 | return false; | 
| 368 | 368 | } | 
| 369 | 369 | |
| 370 | + /** | |
| 371 | + * @param string $file | |
| 372 | + */ | |
| 370 | 373 | private function log($e, $file) | 
| 371 | 374 |  	{ | 
| 372 | 375 | /* @var $e ParseError|Exception */ | 
| @@ -383,6 +386,10 @@ discard block | ||
| 383 | 386 | $this->signal->getLogger()->debug($msg); | 
| 384 | 387 | } | 
| 385 | 388 | |
| 389 | + /** | |
| 390 | + * @param Exception $e | |
| 391 | + * @param string $file | |
| 392 | + */ | |
| 386 | 393 | private function err($e, $file) | 
| 387 | 394 |  	{ | 
| 388 | 395 | // Uncomment for debugging |