Skip to content

Commit 3f2162a

Browse files
committed
Apply fixes from StyleCI
1 parent 745687e commit 3f2162a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/Validation/ValidationValidatorTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -611,8 +611,8 @@ public function testIndexValuesAreReplaced()
611611
'foo',
612612
1,
613613
],
614-
]
615-
]
614+
],
615+
],
616616
], ['input.*.attributes.*' => 'string'], ['input.*.attributes.*.string' => 'Attribute (:first-index, :first-position) (:second-index, :second-position) must be a string.']);
617617
$this->assertFalse($v->passes());
618618
$this->assertSame('Attribute (0, 1) (1, 2) must be a string.', $v->messages()->first('input.*.attributes.*'));

0 commit comments

Comments
 (0)