Failed Conditions
Pull Request — develop (#6618)
by Marco
124:30 queued 59:20
created
lib/Doctrine/ORM/Mapping/ClassMetadata.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -1057,7 +1057,7 @@  discard block
 block discarded – undo
1057 1057
      * Sets the mapped identifier/primary key fields of this class.
1058 1058
      * Mainly used by the ClassMetadataFactory to assign inherited identifiers.
1059 1059
      *
1060
-     * @param array $identifier
1060
+     * @param string[] $identifier
1061 1061
      *
1062 1062
      * @return void
1063 1063
      */
@@ -1175,7 +1175,7 @@  discard block
 block discarded – undo
1175 1175
      *
1176 1176
      * @todo guilhermeblanco Only used for ClassMetadataTest. Remove if possible!
1177 1177
      *
1178
-     * @param array $subclasses The names of all mapped subclasses.
1178
+     * @param string[] $subclasses The names of all mapped subclasses.
1179 1179
      *
1180 1180
      * @return void
1181 1181
      */
Please login to merge, or discard this patch.