Completed
Push — master ( 8890b1...975c17 )
by Adam
02:46
created
src/Exception/InvalidTypeException.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -22,7 +22,7 @@
 block discarded – undo
22 22
 
23 23
     /**
24 24
      * @param string $value
25
-     * @param array  $allowedTypes
25
+     * @param string[]  $allowedTypes
26 26
      */
27 27
     public function __construct($value, array $allowedTypes)
28 28
     {
Please login to merge, or discard this patch.