@@ -130,7 +130,7 @@ |
||
| 130 | 130 | * @param array $columnDefaults |
| 131 | 131 | * @param \SimpleXMLElement[] $rows |
| 132 | 132 | * |
| 133 | - * @return array |
|
| 133 | + * @return string[] |
|
| 134 | 134 | */ |
| 135 | 135 | protected function processXmlRows(array $columnDefaults, array $rows) |
| 136 | 136 | { |
@@ -172,7 +172,7 @@ |
||
| 172 | 172 | * constructor. |
| 173 | 173 | * |
| 174 | 174 | * @param LoggerInterface $logger |
| 175 | - * @param int|null $uncaughtExceptionLevel |
|
| 175 | + * @param integer $uncaughtExceptionLevel |
|
| 176 | 176 | */ |
| 177 | 177 | public function __construct(LoggerInterface $logger, int $uncaughtExceptionLevel) |
| 178 | 178 | { |