Completed
Push — master ( 0a5559...34b953 )
by Patrick
11:12 queued 04:11
created
src/FluentDriver.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -55,7 +55,7 @@
 block discarded – undo
55 55
      * Gets the names of all mapped classes known to this driver.
56 56
      *
57 57
      * @throws MappingException
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.
src/Relations/AbstractRelation.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -134,7 +134,7 @@
 block discarded – undo
134 134
      * @param string      $usage
135 135
      * @param string|null $region
136 136
      *
137
-     * @return AssociationBuilder
137
+     * @return AbstractRelation
138 138
      */
139 139
     public function cache($usage = 'READ_ONLY', $region = null)
140 140
     {
Please login to merge, or discard this patch.
src/Relations/Traits/Primary.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -8,7 +8,7 @@
 block discarded – undo
8 8
 trait Primary
9 9
 {
10 10
     /**
11
-     * @return AssociationBuilder
11
+     * @return Primary
12 12
      */
13 13
     public function primary()
14 14
     {
Please login to merge, or discard this patch.