Skip to content

Commit 8c46ea7

Browse files
Merge branch '3.4' into 4.3
* 3.4: #30432 fix an error message fix paths to detect code owners [Validator] Ensure numeric subpaths do not cause errors on PHP 7.4 Remove unused local variables in tests Make sure to collect child forms created on *_SET_DATA events do not render errors for checkboxes twice
2 parents 23af6aa + a04a23c commit 8c46ea7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/Encoder/EncoderFactoryTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ public function testGetInvalidNamedEncoderForEncoderAware()
117117

118118
$user = new EncAwareUser('user', 'pass');
119119
$user->encoderName = 'invalid_encoder_name';
120-
$encoder = $factory->getEncoder($user);
120+
$factory->getEncoder($user);
121121
}
122122

123123
public function testGetEncoderForEncoderAwareWithClassName()

0 commit comments

Comments
 (0)