Completed
Push — master ( f9372b...e0fd03 )
by Jesse
02:11
created
src/Whitelist.php 1 patch
Doc Comments   +2 added lines patch added patch discarded remove patch
@@ -31,6 +31,7 @@  discard block
 block discarded – undo
31 31
      *
32 32
      * @param MapsObjectsByIdentity $mapped            The actual identity map.
33 33
      * @param string                ...$allowedClasses The whitelisted classes.
34
+     * @param string[] $allowedClasses
34 35
      * @return MapsObjectsByIdentity                   The wrapped identity map.
35 36
      */
36 37
     public static function forThe(
@@ -48,6 +49,7 @@  discard block
 block discarded – undo
48 49
      * Whitelists the given classes in the identity map.
49 50
      *
50 51
      * @param string ...$classes     The whitelisted classes.
52
+     * @param string[] $classes
51 53
      * @return MapsObjectsByIdentity The wrapped identity map.
52 54
      */
53 55
     public static function the(string ...$classes): MapsObjectsByIdentity
Please login to merge, or discard this patch.