Passed
Pull Request — master (#56)
by
unknown
13:03
created
src/AntiMattr/MongoDB/Migrations/Configuration/Configuration.php 1 patch
Spacing   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -42,7 +42,7 @@  discard block
 block discarded – undo
42 42
      * The migration database name to track versions in.
43 43
      *
44 44
      */
45
-    private ?string $migrationsDatabaseName=null;
45
+    private ?string $migrationsDatabaseName = null;
46 46
 
47 47
     /**
48 48
      * Flag for whether or not the migration collection has been created.
@@ -95,8 +95,8 @@  discard block
 block discarded – undo
95 95
      * @var \AntiMattr\MongoDB\Migrations\OutputWriter
96 96
      */
97 97
     private $outputWriter;
98
-    private ?string $file=null;
99
-    private bool $dryRun=false;
98
+    private ?string $file = null;
99
+    private bool $dryRun = false;
100 100
 
101 101
     /**
102 102
      * @param \AntiMattr\MongoDB\Migrations\OutputWriter $outputWriter
Please login to merge, or discard this patch.