Completed
Push — extensions-support ( e48f8b...7fdb37 )
by Patrick
03:03
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/Extensions/Gedmo/Sluggable.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -245,10 +245,10 @@
 block discarded – undo
245 245
     /**
246 246
      * Checks if $field type is valid as Sluggable field
247 247
      *
248
-     * @param object $meta
248
+     * @param ExtensibleClassMetadata $meta
249 249
      * @param string $field
250 250
      *
251
-     * @return bool
251
+     * @return boolean|null
252 252
      */
253 253
     protected function isValidField($meta, $field)
254 254
     {
Please login to merge, or discard this patch.