Skip to content

Commit 943d1a8

Browse files
Merge pull request #2 from phpviet/analysis-XakKOW
Apply fixes from StyleCI
2 parents 300b9f8 + afd11e2 commit 943d1a8

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

resources/lang/en/validation.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@
1313
'ip' => [
1414
'v4' => ':attribute must be Vietnam ipv4.',
1515
'v6' => ':attribute must be Vietnam ipv6.',
16-
'default' => ':attribute must be Vietnam ip.'
17-
]
16+
'default' => ':attribute must be Vietnam ip.',
17+
],
1818
];

resources/lang/vi/validation.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@
1313
'ip' => [
1414
'v4' => ':attribute phải là ipv4 tại Việt Nam.',
1515
'v6' => ':attribute phải là ipv6 tại Việt Nam.',
16-
'default' => ':attribute phải là ip Việt Nam.'
17-
]
16+
'default' => ':attribute phải là ip Việt Nam.',
17+
],
1818
];

src/ServiceProvider.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,9 @@ public function boot(): void
2929
protected function loadTrans(): void
3030
{
3131
$this->publishes([
32-
__DIR__ . '/../resources/lang' => resource_path('lang/vendor/phpVietValidation'),
32+
__DIR__.'/../resources/lang' => resource_path('lang/vendor/phpVietValidation'),
3333
]);
34-
$this->loadTranslationsFrom(__DIR__ . '/../resources/lang/', 'phpVietValidation');
34+
$this->loadTranslationsFrom(__DIR__.'/../resources/lang/', 'phpVietValidation');
3535
}
3636

3737
protected function loadExt(): void

0 commit comments

Comments
 (0)