Skip to content

Commit 45c39bf

Browse files
nadargithub-actions[bot]
authored andcommitted
Apply php-cs-fixer changes
1 parent 7663b9d commit 45c39bf

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

core/messages/pl/luya.php

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
<?php
22

3-
return [
4-
'{attribute} must have a minimum length of {length} characters.' => '{attribute} musi mieć co najmniej {length} znaków.',
5-
'{attribute} must include at least one special character.' => '{attribute} musi zawierać przynajmniej jeden znak specjalny.',
6-
'{attribute} must include at least one digit.' => '{attribute} musi zawierać co najmniej jedną cyfrę.',
7-
'{attribute} must include at least one letter.' => '{attribute} musi zawierać co najmniej jedną literę.',
8-
'{attribute} must include at least one uppercase letter.' => '{attribute} musi zawierać co najmniej jedną wielką literę.',
9-
'{attribute} must include at least one lowercase letter.' => '{attribute} musi zawierać co najmniej jedną małą literę.',
10-
'{attribute} must be a float or numeric value.' => '{attribute} musi być wartością zmiennoprzecinkową lub liczbową.'
3+
return [
4+
'{attribute} must have a minimum length of {length} characters.' => '{attribute} musi mieć co najmniej {length} znaków.',
5+
'{attribute} must include at least one special character.' => '{attribute} musi zawierać przynajmniej jeden znak specjalny.',
6+
'{attribute} must include at least one digit.' => '{attribute} musi zawierać co najmniej jedną cyfrę.',
7+
'{attribute} must include at least one letter.' => '{attribute} musi zawierać co najmniej jedną literę.',
8+
'{attribute} must include at least one uppercase letter.' => '{attribute} musi zawierać co najmniej jedną wielką literę.',
9+
'{attribute} must include at least one lowercase letter.' => '{attribute} musi zawierać co najmniej jedną małą literę.',
10+
'{attribute} must be a float or numeric value.' => '{attribute} musi być wartością zmiennoprzecinkową lub liczbową.'
1111
];

0 commit comments

Comments
 (0)