Passed
Push — master ( 29b4c0...0b6474 )
by Curtis
11:35 queued 08:47
created
src/factories/PersonNameRomnFactory.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -25,7 +25,7 @@
 block discarded – undo
25 25
             'group' => $this->faker->word(), 'gid' => $this->faker->randomElement('1', '2'),
26 26
             'type'  => $this->faker->word(), 'name' => $this->faker->name(),
27 27
             'npfx'  => $this->faker->word(), 'givn' => $this->faker->firstName(),
28
-            'nick'  => $this->faker->userName(), 'spfx', 'surn' => $this->faker->lastName(),  'nsfx', 'created_at', 'updated_at',
28
+            'nick'  => $this->faker->userName(), 'spfx', 'surn' => $this->faker->lastName(), 'nsfx', 'created_at', 'updated_at',
29 29
         ];
30 30
     }
31 31
 }
Please login to merge, or discard this patch.