Skip to content

Commit 093d435

Browse files
authored
Fixed scrutinizer issue (#3)
* Fixed scrutinizer issue * Updated composer.json: fixed repo name
1 parent e859354 commit 093d435

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "umbrellio/table_sync_php",
2+
"name": "umbrellio/table-sync-php",
33
"description": "PHP's implementation of the library providing data synchronization between microservices",
44
"keywords": [
55
"php",

database/Laravel/factories/TestModelFactory.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@
1313
];
1414
});
1515

16-
$factory->define(TestModelWithExceptedFields::class, function (Faker $faker) use ($factory) {
16+
$factory->define(TestModelWithExceptedFields::class, function () use ($factory) {
1717
return $factory->raw(TestModel::class);
1818
});

0 commit comments

Comments
 (0)