Passed
Push — feature/paths-loader ( 86b28b...e2e144 )
by Patrick
06:52 queued 04:27
created
src/FluentDriver.php 2 patches
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -56,7 +56,7 @@
 block discarded – undo
56 56
      *
57 57
      * @throws MappingException
58 58
      *
59
-     * @return string[] The names of all mapped classes known to this driver.
59
+     * @return integer[] The names of all mapped classes known to this driver.
60 60
      */
61 61
     public function getAllClassNames()
62 62
     {
Please login to merge, or discard this patch.
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -46,7 +46,7 @@
 block discarded – undo
46 46
      */
47 47
     public function __construct(array $mappings = [], array $paths = [])
48 48
     {
49
-        $this->fluentFactory = function (ClassMetadata $metadata) {
49
+        $this->fluentFactory = function(ClassMetadata $metadata) {
50 50
             return new Builder(new ClassMetadataBuilder($metadata));
51 51
         };
52 52
 
Please login to merge, or discard this patch.