Skip to content

Commit d042b51

Browse files
committed
Merge branch '5.4' into 6.4
* 5.4: [Filesystem] Fix str_contains deprecation [Security] Correctly initialize the voter property [FrameworkBundle] Fix typo Update `changed-translation-files` step with native git diff command [Lock] Check the correct SQLSTATE error code for MySQL [ErrorHandler] Fix `ErrorHandlerTest::tearDown()` visibility [Lock] compatiblity with redis cluster 7 fix: typo
2 parents 820cc07 + bb6a421 commit d042b51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/ErrorHandlerTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
*/
3232
class ErrorHandlerTest extends TestCase
3333
{
34-
public function tearDown(): void
34+
protected function tearDown(): void
3535
{
3636
$r = new \ReflectionProperty(ErrorHandler::class, 'exitCode');
3737
$r->setAccessible(true);

0 commit comments

Comments
 (0)