Completed
Push — master ( 10b695...881323 )
by Greg
02:10
created
src/Exception/IncompatibleDataException.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -8,6 +8,9 @@
 block discarded – undo
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);
Please login to merge, or discard this patch.