Completed
Push — v2 ( 094005...546f8a )
by Joschi
04:35
created
src/Micrometa/Ports/Item/Item.php 1 patch
Doc Comments   +2 added lines, -1 removed lines patch added patch discarded remove patch
@@ -140,6 +140,7 @@  discard block
 block discarded – undo
140 140
      * The item type(s) can be specified in a variety of ways, @see ProfiledNamesFactory::createFromArguments()
141 141
      *
142 142
      * @param array ...$types Item types
143
+     * @param string $types
143 144
      * @return boolean Item type is contained in the list of types
144 145
      * @api
145 146
      */
@@ -165,7 +166,7 @@  discard block
 block discarded – undo
165 166
      * Return whether an aliased item type in contained in a set of query types
166 167
      *
167 168
      * @param string $profile Type profile
168
-     * @param array $names Aliased type names
169
+     * @param string[] $names Aliased type names
169 170
      * @param ProfiledNamesList $types Query types
170 171
      * @return bool Item type is contained in the set of query types
171 172
      */
Please login to merge, or discard this patch.