File tree Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Original file line number Diff line number Diff line change 22
33namespace React \Promise ;
44
5- use Countable ;
6- use RuntimeException ;
7-
85class CallbackWithDNFTypehintClass
96{
10- public function __invoke (( RuntimeException &Countable )|(RuntimeException &\IteratorAggregate ) $ e ): void { }
7+ public static function testCallbackStatic (( \ RuntimeException &\ Countable )|(\ RuntimeException &\IteratorAggregate ) $ e ): void {}
118
12- public function testCallback ((RuntimeException &Countable )|(RuntimeException &\IteratorAggregate ) $ e ): void { }
9+ public function testCallback ((\ RuntimeException &\ Countable )|(\ RuntimeException &\IteratorAggregate ) $ e ): void {}
1310
14- public static function testCallbackStatic (( RuntimeException &Countable )|(RuntimeException &\IteratorAggregate ) $ e ): void { }
11+ public function __invoke (( \ RuntimeException &\ Countable )|(\ RuntimeException &\IteratorAggregate ) $ e ): void {}
1512}
You can’t perform that action at this time.
0 commit comments