Completed
Pull Request — 1.1 (#38)
by Guido
06:06
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/Locale.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -6,7 +6,6 @@
 block discarded – undo
6 6
 use Gedmo\Translatable\Mapping\Driver\Fluent as FluentDriver;
7 7
 use LaravelDoctrine\Fluent\Buildable;
8 8
 use LaravelDoctrine\Fluent\Builders\Builder;
9
-use LaravelDoctrine\Fluent\Builders\Field;
10 9
 use LaravelDoctrine\Fluent\Extensions\ExtensibleClassMetadata;
11 10
 
12 11
 class Locale implements Buildable
Please login to merge, or discard this patch.