@@ -185,7 +185,7 @@ |
||
| 185 | 185 | } |
| 186 | 186 | |
| 187 | 187 | /** |
| 188 | - * @param string|object $prefix |
|
| 188 | + * @param prefix|null $prefix |
|
| 189 | 189 | * |
| 190 | 190 | * @return string |
| 191 | 191 | */ |
@@ -102,7 +102,7 @@ |
||
| 102 | 102 | } |
| 103 | 103 | |
| 104 | 104 | /** |
| 105 | - * @param $logFilePath |
|
| 105 | + * @param string $logFilePath |
|
| 106 | 106 | */ |
| 107 | 107 | protected function ensureLogFileExists($logFilePath) { |
| 108 | 108 | if ( ! file_exists($logFilePath)) { |