Skip to content

Commit b946068

Browse files
authored
Merge pull request #4 from itorgov/analysis-OMx1eB
Apply fixes from StyleCI
2 parents 6d54c93 + d6666a1 commit b946068

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

database/factories/DeploymentLogFactory.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515
*/
1616

1717
/** @var Factory $factory */
18-
1918
$factory->define(DeploymentLog::class, function () {
2019
return [
2120
'server_name' => 'Test server',

database/factories/UserFactory.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616
*/
1717

1818
/** @var Factory $factory */
19-
2019
$factory->define(User::class, function (Faker $faker) {
2120
return [
2221
'name' => $faker->name,

0 commit comments

Comments
 (0)