Skip to content

Commit 789abdd

Browse files
committed
Remove aligned '=>' and '='
1 parent 6e521cd commit 789abdd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Tests/Constraints/FileValidatorTest.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -271,9 +271,9 @@ public function testBinaryFormat($bytesWritten, $limit, $binaryFormat, $sizeAsSt
271271
fclose($this->file);
272272

273273
$constraint = new File(array(
274-
'maxSize' => $limit,
275-
'binaryFormat' => $binaryFormat,
276-
'maxSizeMessage' => 'myMessage',
274+
'maxSize' => $limit,
275+
'binaryFormat' => $binaryFormat,
276+
'maxSizeMessage' => 'myMessage',
277277
));
278278

279279
$this->validator->validate($this->getFile($this->path), $constraint);

0 commit comments

Comments
 (0)