File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1414 "phpro/api-problem" : " ^1.0" ,
1515 "symfony/dependency-injection" : " ^5.4 || ^6.0 || ^7.0" ,
1616 "symfony/event-dispatcher" : " ^5.4 || ^6.0 || ^7.0" ,
17- "symfony/http-kernel" : " ^5.4 || ^6.0 || ^ 7.0"
17+ "symfony/http-kernel" : " ^7.0"
1818 },
1919 "require-dev" : {
2020 "friendsofphp/php-cs-fixer" : " ^3.39" ,
Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ public function it_transforms_to_basic_exception_problem_when_no_transformer_mat
5555 $ this ->assertInstanceOf (ExceptionApiProblem::class, $ transformer ->transform (new Exception ()));
5656 }
5757
58- private function mockTransformer (bool $ accepts , ApiProblemInterface $ apiProblem = null ): ExceptionTransformerInterface
58+ private function mockTransformer (bool $ accepts , ? ApiProblemInterface $ apiProblem = null ): ExceptionTransformerInterface
5959 {
6060 /** @var ExceptionTransformerInterface|ObjectProphecy $transformer */
6161 $ transformer = $ this ->prophesize (ExceptionTransformerInterface::class);
You can’t perform that action at this time.
0 commit comments