Completed
Push — extensions-support ( dc3ff8...1706f7 )
by Guido
05:23 queued 01:49
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/MaterializedPath.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -4,7 +4,6 @@
 block discarded – undo
4 4
 
5 5
 use LaravelDoctrine\Fluent\Buildable;
6 6
 use LaravelDoctrine\Fluent\Builders\Traits\Queueable;
7
-use LaravelDoctrine\Fluent\Extensions\ExtensibleClassMetadata;
8 7
 use LaravelDoctrine\Fluent\Extensions\Extension;
9 8
 
10 9
 class MaterializedPath extends TreeStrategy implements Buildable, Extension
Please login to merge, or discard this patch.