Completed
Pull Request — 1.1 (#63)
by
unknown
02:50
created
src/FluentDriver.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -34,7 +34,7 @@
 block discarded – undo
34 34
         array $mappings = [],
35 35
         NamingStrategy $namingStrategy = null
36 36
     ) {
37
-        $this->fluentFactory = function (ClassMetadata $metadata) use ($namingStrategy) {
37
+        $this->fluentFactory = function(ClassMetadata $metadata) use ($namingStrategy) {
38 38
             return new Builder(new ClassMetadataBuilder($metadata), $namingStrategy);
39 39
         };
40 40
 
Please login to merge, or discard this patch.