Completed
Pull Request — 1.1 (#41)
by
unknown
04:23
created
src/FluentDriver.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -26,7 +26,7 @@  discard block
 block discarded – undo
26 26
      * Initializes a new FileDriver that looks in the given path(s) for mapping
27 27
      * documents and operates in the specified operating mode.
28 28
      *
29
-     * @param string[]|null $mappings
29
+     * @param string[] $mappings
30 30
      * @param string[]|null $paths
31 31
      *
32 32
      * @throws \Doctrine\ORM\Mapping\MappingException
@@ -66,7 +66,7 @@  discard block
 block discarded – undo
66 66
      *
67 67
      * @throws MappingException
68 68
      *
69
-     * @return string[] The names of all mapped classes known to this driver.
69
+     * @return integer[] The names of all mapped classes known to this driver.
70 70
      */
71 71
     public function getAllClassNames()
72 72
     {
Please login to merge, or discard this patch.