Lint PHP code psr-12, add GH action
This commit is contained in:
@@ -141,37 +141,37 @@ return [
|
||||
|
|
||||
*/
|
||||
|
||||
'attributes' => [
|
||||
'name' => 'Name',
|
||||
'username' => 'Nutzername',
|
||||
'email' => 'E-Mail Adresse',
|
||||
'first_name' => 'Vorname',
|
||||
'last_name' => 'Nachname',
|
||||
'password' => 'Passwort',
|
||||
'attributes' => [
|
||||
'name' => 'Name',
|
||||
'username' => 'Nutzername',
|
||||
'email' => 'E-Mail Adresse',
|
||||
'first_name' => 'Vorname',
|
||||
'last_name' => 'Nachname',
|
||||
'password' => 'Passwort',
|
||||
'password_confirmation' => 'Passwort bestätigen',
|
||||
'city' => 'Stadt',
|
||||
'country' => 'Land',
|
||||
'address' => 'Adresse',
|
||||
'phone' => 'Telefon',
|
||||
'mobile' => 'Handynummer',
|
||||
'age' => 'Alter',
|
||||
'sex' => 'Geschlecht',
|
||||
'gender' => 'Geschlecht',
|
||||
'year' => 'Jahr',
|
||||
'month' => 'Monat',
|
||||
'day' => 'Tag',
|
||||
'hour' => 'Stunde',
|
||||
'minute' => 'Minute',
|
||||
'second' => 'Sekunde',
|
||||
'title' => 'Titel',
|
||||
'content' => 'Inhalt',
|
||||
'body' => 'Inhalt',
|
||||
'description' => 'Beschreibung',
|
||||
'excerpt' => 'Ausschnitt',
|
||||
'date' => 'Datum',
|
||||
'time' => 'Zeit',
|
||||
'subject' => 'Betreff',
|
||||
'message' => 'Nachricht',
|
||||
'city' => 'Stadt',
|
||||
'country' => 'Land',
|
||||
'address' => 'Adresse',
|
||||
'phone' => 'Telefon',
|
||||
'mobile' => 'Handynummer',
|
||||
'age' => 'Alter',
|
||||
'sex' => 'Geschlecht',
|
||||
'gender' => 'Geschlecht',
|
||||
'year' => 'Jahr',
|
||||
'month' => 'Monat',
|
||||
'day' => 'Tag',
|
||||
'hour' => 'Stunde',
|
||||
'minute' => 'Minute',
|
||||
'second' => 'Sekunde',
|
||||
'title' => 'Titel',
|
||||
'content' => 'Inhalt',
|
||||
'body' => 'Inhalt',
|
||||
'description' => 'Beschreibung',
|
||||
'excerpt' => 'Ausschnitt',
|
||||
'date' => 'Datum',
|
||||
'time' => 'Zeit',
|
||||
'subject' => 'Betreff',
|
||||
'message' => 'Nachricht',
|
||||
],
|
||||
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user