Test Failed
Push — alt-path-loader ( dd5973 )
by Guido
07:14
created
src/FluentDriver.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -25,7 +25,7 @@  discard block
 block discarded – undo
25 25
     /**
26 26
      * Initializes a new FluentDriver that will load given Mapping classes / objects.
27 27
      *
28
-     * @param string[]|Mapping[] $mappings
28
+     * @param string[] $mappings
29 29
      */
30 30
     public function __construct(array $mappings = [])
31 31
     {
@@ -55,7 +55,7 @@  discard block
 block discarded – undo
55 55
      *
56 56
      * @throws MappingException
57 57
      *
58
-     * @return string[] The names of all mapped classes known to this driver.
58
+     * @return integer[] The names of all mapped classes known to this driver.
59 59
      */
60 60
     public function getAllClassNames()
61 61
     {
Please login to merge, or discard this patch.