Revert "Apply fixes from StyleCI (#5356)" (#5357)

This reverts commit 6cbfb781a2.
This commit is contained in:
Graham Campbell
2020-07-27 18:52:00 +01:00
committed by GitHub
parent 6cbfb781a2
commit 407b6b8b04
17 changed files with 50 additions and 0 deletions

View File

@@ -1,6 +1,7 @@
<?php
return [
/*
|--------------------------------------------------------------------------
| Authentication Language Lines
@@ -14,4 +15,5 @@ return [
'failed' => 'These credentials do not match our records.',
'throttle' => 'Too many login attempts. Please try again in :seconds seconds.',
];

View File

@@ -1,6 +1,7 @@
<?php
return [
/*
|--------------------------------------------------------------------------
| Pagination Language Lines
@@ -14,4 +15,5 @@ return [
'previous' => '&laquo; Previous',
'next' => 'Next &raquo;',
];

View File

@@ -1,6 +1,7 @@
<?php
return [
/*
|--------------------------------------------------------------------------
| Password Reset Language Lines
@@ -17,4 +18,5 @@ return [
'throttled' => 'Please wait before retrying.',
'token' => 'This password reset token is invalid.',
'user' => "We can't find a user with that e-mail address.",
];

View File

@@ -1,6 +1,7 @@
<?php
return [
/*
|--------------------------------------------------------------------------
| Validation Language Lines
@@ -146,4 +147,5 @@ return [
*/
'attributes' => [],
];