Passed
Push — test-on-several-versions-with-... ( d5b342 )
by Einar
14:39
created
src/FluentDriver.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -56,7 +56,7 @@
 block discarded – undo
56 56
      *
57 57
      * @throws MappingException
58 58
      *
59
-     * @return string[] The names of all mapped classes known to this driver.
59
+     * @return integer[] The names of all mapped classes known to this driver.
60 60
      */
61 61
     public function getAllClassNames()
62 62
     {
Please login to merge, or discard this patch.
src/Relations/AssociationCache.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -41,7 +41,7 @@
 block discarded – undo
41 41
     /**
42 42
      * @param ClassMetadata $metadata
43 43
      * @param string        $field
44
-     * @param string|int    $usage
44
+     * @param string    $usage
45 45
      * @param string|null   $region
46 46
      */
47 47
     public function __construct(ClassMetadata $metadata, $field, $usage = 'READ_ONLY', $region = null)
Please login to merge, or discard this patch.