Passed
Push — master ( 082cd5...4b4879 )
by F
03:30
created
src/Database/Factories/CountryFactory.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -16,7 +16,7 @@
 block discarded – undo
16 16
 */
17 17
 $factory->define(
18 18
     Country::class,
19
-    function (Faker $faker) {
19
+    function(Faker $faker) {
20 20
         return [
21 21
             'name' => $faker->word,
22 22
             'iso' => $faker->word,
Please login to merge, or discard this patch.