@@ -154,6 +154,7 @@ discard block |
||
| 154 | 154 | |
| 155 | 155 | /** |
| 156 | 156 | * @throw Exception |
| 157 | + * @param string $message |
|
| 157 | 158 | */ |
| 158 | 159 | public function error($message) |
| 159 | 160 | { |
@@ -421,6 +422,11 @@ discard block |
||
| 421 | 422 | * |
| 422 | 423 | * @return object |
| 423 | 424 | */ |
| 425 | + |
|
| 426 | + /** |
|
| 427 | + * @param string $type |
|
| 428 | + * @param Identity $value |
|
| 429 | + */ |
|
| 424 | 430 | protected function processAnalyzers($type, $value) |
| 425 | 431 | { |
| 426 | 432 | if (isset($this->analyzers[$type])) { |