Lint PHP code psr-12, add GH action

This commit is contained in:
Julien Nahum
2024-02-23 11:54:12 +01:00
parent e85e4df7fe
commit 62971a2ef4
226 changed files with 2338 additions and 2144 deletions

View File

@@ -15,6 +15,5 @@ return [
'failed' => 'Brukernavn og passord stemmer ikke.',
'throttle' => 'For mange påloggingsforsøk. Vennligst prøv igjen om :seconds sekunder.',
];

View File

@@ -18,5 +18,5 @@ return [
'throttled' => 'Vennligst vent før du prøver igjen.',
'token' => 'Denne tilbakestillingskoden for passordet er ugyldig.',
'user' => 'Vi finner ingen bruker med den e-postadressen.',
];

View File

@@ -117,7 +117,7 @@ return [
'unique' => ':attribute er allerede tatt.',
'uploaded' => ':attribute kunne ikke lastes opp.',
'url' => ':attribute-formatet er ugyldig.',
'uuid' => ':attribute må være en gyldig UUID.',
'uuid' => ':attribute må være en gyldig UUID.',
/*
|--------------------------------------------------------------------------

View File

@@ -1,15 +1,15 @@
<?php
/*
|--------------------------------------------------------------------------
| Verification Language Lines Norwegian Translation
|--------------------------------------------------------------------------
|
| The following language lines are the default lines which match reasons
| that are given by the password broker for a password update attempt
| has failed, such as for an invalid token or invalid new password.
|
*/
/*
|--------------------------------------------------------------------------
| Verification Language Lines Norwegian Translation
|--------------------------------------------------------------------------
|
| The following language lines are the default lines which match reasons
| that are given by the password broker for a password update attempt
| has failed, such as for an invalid token or invalid new password.
|
*/
return [