Skip to content

Commit b4d0ce2

Browse files
Merge pull request #38 from laravelwebdev/analysis-W6wxkE
Apply fixes from StyleCI
2 parents e7157c5 + 26b8251 commit b4d0ce2

File tree

11 files changed

+266
-267
lines changed

11 files changed

+266
-267
lines changed

app/Helpers/Cetak.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
use App\Models\NaskahKeluar;
77
use App\Models\UnitKerja;
88
use Illuminate\Support\Facades\Storage;
9-
use App\Helpers\TemplateProcessor;
109

1110
class Cetak
1211
{

lang/en/auth.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
declare(strict_types=1);
44

55
return [
6-
'failed' => 'These credentials do not match our records.',
6+
'failed' => 'These credentials do not match our records.',
77
'password' => 'The password is incorrect.',
88
'throttle' => 'Too many login attempts. Please try again in :seconds seconds.',
99
];

lang/en/pagination.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
declare(strict_types=1);
44

55
return [
6-
'next' => 'Next »',
6+
'next' => 'Next »',
77
'previous' => '« Previous',
88
];

lang/en/passwords.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
declare(strict_types=1);
44

55
return [
6-
'reset' => 'Your password has been reset.',
7-
'sent' => 'We have emailed your password reset link.',
6+
'reset' => 'Your password has been reset.',
7+
'sent' => 'We have emailed your password reset link.',
88
'throttled' => 'Please wait before retrying.',
9-
'token' => 'This password reset token is invalid.',
10-
'user' => 'We can\'t find a user with that email address.',
9+
'token' => 'This password reset token is invalid.',
10+
'user' => 'We can\'t find a user with that email address.',
1111
];

lang/en/validation.php

Lines changed: 126 additions & 126 deletions
Large diffs are not rendered by default.

lang/id/auth.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
declare(strict_types=1);
44

55
return [
6-
'failed' => 'Identitas tersebut tidak cocok dengan data kami.',
6+
'failed' => 'Identitas tersebut tidak cocok dengan data kami.',
77
'password' => 'Kata sandi salah.',
88
'throttle' => 'Terlalu banyak upaya masuk. Silahkan coba lagi dalam :seconds detik.',
99
];

lang/id/pagination.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
declare(strict_types=1);
44

55
return [
6-
'next' => 'Berikutnya »',
6+
'next' => 'Berikutnya »',
77
'previous' => '« Sebelumnya',
88
];

lang/id/passwords.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
declare(strict_types=1);
44

55
return [
6-
'reset' => 'Kata sandi Anda sudah direset!',
7-
'sent' => 'Kami sudah mengirim surel yang berisi tautan untuk mereset kata sandi Anda!',
6+
'reset' => 'Kata sandi Anda sudah direset!',
7+
'sent' => 'Kami sudah mengirim surel yang berisi tautan untuk mereset kata sandi Anda!',
88
'throttled' => 'Harap tunggu sebelum mencoba lagi.',
9-
'token' => 'Token pengaturan ulang kata sandi tidak sah.',
10-
'user' => 'Kami tidak dapat menemukan pengguna dengan alamat surel tersebut.',
9+
'token' => 'Token pengaturan ulang kata sandi tidak sah.',
10+
'user' => 'Kami tidak dapat menemukan pengguna dengan alamat surel tersebut.',
1111
];

lang/id/validation.php

Lines changed: 126 additions & 126 deletions
Large diffs are not rendered by default.

lang/vendor/nova/en/validation.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
declare(strict_types=1);
44

55
return [
6-
'attached' => 'This :attribute is already attached.',
6+
'attached' => 'This :attribute is already attached.',
77
'relatable' => 'This :attribute may not be associated with this resource.',
88
];

0 commit comments

Comments
 (0)