Skip to content

Commit 22d7b2b

Browse files
Merge branch '4.4' into 5.2
* 4.4: Backport type fixes uzb translation [DependencyInjection] Fix doc blocks [DependencyInjection] Turn $defaultDeprecationTemplate into a constant [Form] better form doc types to support static analysis
2 parents 2ffa4bf + 8e539aa commit 22d7b2b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Tests/EventDispatcherTest.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -434,6 +434,10 @@ public function postFoo($e)
434434
$e->stopPropagation();
435435
}
436436
}
437+
438+
public function __invoke()
439+
{
440+
}
437441
}
438442

439443
class TestWithDispatcher

0 commit comments

Comments
 (0)