Completed
Push — master ( fd9fb9...4b5f01 )
by Jesse
05:34
created
src/Ignore.php 1 patch
Doc Comments   +1 added lines patch added patch discarded remove patch
@@ -38,6 +38,7 @@
 block discarded – undo
38 38
      * Wraps a new identity map with decorators that ignore certain classes.
39 39
      *
40 40
      * @param string ...$ignoredClasses The classes to be ignored.
41
+     * @param string[] $ignoredClasses
41 42
      * @return MapsObjectsByIdentity    The wrapped identity map.
42 43
      */
43 44
     public static function these(string ...$ignoredClasses): MapsObjectsByIdentity
Please login to merge, or discard this patch.