@@ -82,7 +82,7 @@ |
||
| 82 | 82 | /** |
| 83 | 83 | * @param $event |
| 84 | 84 | * |
| 85 | - * @return bool |
|
| 85 | + * @return boolean|null |
|
| 86 | 86 | */ |
| 87 | 87 | public function beforeAction($event) |
| 88 | 88 | { |
@@ -47,6 +47,7 @@ |
||
| 47 | 47 | /** |
| 48 | 48 | * Initializes the route. |
| 49 | 49 | * This method is invoked after the route is created by the route manager. |
| 50 | + * @param string $logFile |
|
| 50 | 51 | */ |
| 51 | 52 | public function __construct($logFile) |
| 52 | 53 | { |
@@ -124,7 +124,7 @@ |
||
| 124 | 124 | /** |
| 125 | 125 | * Add pid |
| 126 | 126 | * |
| 127 | - * @param $pid |
|
| 127 | + * @param integer $pid |
|
| 128 | 128 | */ |
| 129 | 129 | protected function addPid($pid) |
| 130 | 130 | { |