mirror of
https://github.com/Respect/Validation.git
synced 2026-03-16 07:15:45 +01:00
Bump respect/coding-standard from 4 to 5
This commit is contained in:
parent
7f66bcea10
commit
cfeb01e89e
355 changed files with 1579 additions and 1879 deletions
|
|
@ -91,9 +91,7 @@ trait ArrayProvider
|
|||
[
|
||||
'__root__' => 'Parent custom',
|
||||
'1st' => '1st custom',
|
||||
'2nd' => [
|
||||
'2nd_1st' => '2nd > 1st custom',
|
||||
],
|
||||
'2nd' => ['2nd_1st' => '2nd > 1st custom'],
|
||||
'3rd' => '3rd custom',
|
||||
],
|
||||
],
|
||||
|
|
@ -108,9 +106,7 @@ trait ArrayProvider
|
|||
[
|
||||
'__root__' => 'Parent custom',
|
||||
'1st' => '1st custom',
|
||||
'2nd' => [
|
||||
'2nd_2nd' => '2nd > 2nd not shown',
|
||||
],
|
||||
'2nd' => ['2nd_2nd' => '2nd > 2nd not shown'],
|
||||
'3rd' => '3rd custom',
|
||||
],
|
||||
],
|
||||
|
|
@ -180,9 +176,7 @@ trait ArrayProvider
|
|||
[
|
||||
'__root__' => 'Parent custom',
|
||||
'1st' => '1st custom',
|
||||
'2nd' => [
|
||||
'2nd_2nd' => '2nd > 2nd custom',
|
||||
],
|
||||
'2nd' => ['2nd_2nd' => '2nd > 2nd custom'],
|
||||
'3rd' => '3rd custom',
|
||||
],
|
||||
],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue