Completed
Push — extensions-support ( 75d97d...972b2b )
by Patrick
03:46
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
@@ -124,7 +124,7 @@
 block discarded – undo
124 124
     }
125 125
 
126 126
     /**
127
-     * @return \Doctrine\ORM\Mapping\ClassMetadata|ExtensibleClassMetadata
127
+     * @return \Doctrine\ORM\Mapping\ClassMetadata
128 128
      */
129 129
     public function getClassMetadata()
130 130
     {
Please login to merge, or discard this patch.
src/Extensions/Gedmo/Tree.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -275,8 +275,8 @@
 block discarded – undo
275 275
     }
276 276
 
277 277
     /**
278
-     * @param      $field
279
-     * @param      $type
278
+     * @param      string $field
279
+     * @param      string $type
280 280
      * @param      $name
281 281
      * @param bool $nullable
282 282
      */
Please login to merge, or discard this patch.