@@ -6,6 +6,9 @@ |
||
6 | 6 | |
7 | 7 | interface ProcessorsRegistryInterface extends \IteratorAggregate |
8 | 8 | { |
9 | + /** |
|
10 | + * @return void |
|
11 | + */ |
|
9 | 12 | public function add(ProcessorInterface $processor); |
10 | 13 | |
11 | 14 | public function all(); |