@@ -8,6 +8,9 @@ |
||
8 | 8 | */ |
9 | 9 | class IncompatibleDataException extends \Exception |
10 | 10 | { |
11 | + /** |
|
12 | + * @param \ReflectionClass $allowedTypes |
|
13 | + */ |
|
11 | 14 | public function __construct(FormatterInterface $formatter, $data, $allowedTypes) |
12 | 15 | { |
13 | 16 | $formatterDescription = get_class($formatter); |