Passed
Branch master (eac457)
by Thorsten
03:26
created
Category
src/Migration/RabbitMq3MigrationAdapter.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -21,8 +21,8 @@
 block discarded – undo
21 21
 
22 22
     public function read(string $identifier): MigrationList
23 23
     {
24
-        $currentMigrations= $this->loadMigrations();
25
-        $migrations = array_filter($currentMigrations, function ($migration) use ($identifier) {
24
+        $currentMigrations = $this->loadMigrations();
25
+        $migrations = array_filter($currentMigrations, function($migration) use ($identifier) {
26 26
             return $migration['routing_key'] === $identifier;
27 27
         });
28 28
 
Please login to merge, or discard this patch.