File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ public function __construct(
43
43
44
44
private function typecast (
45
45
&$ value ,
46
- ?ReflectionType $ type,
46
+ ?ReflectionType $ type
47
47
) {
48
48
if ($ type instanceof ReflectionNamedType
49
49
&& gettype ($ value ) !== $ type ->getName ()
Original file line number Diff line number Diff line change @@ -130,7 +130,7 @@ protected function getGracefulForArray(
130
130
}
131
131
132
132
protected function getControllerEvent (
133
- callable $ controller,
133
+ callable $ controller
134
134
): ControllerEvent {
135
135
return new ControllerEvent (
136
136
$ this ->createMock (HttpKernelInterface::class),
@@ -161,7 +161,7 @@ function () {
161
161
162
162
protected function getSubscriberObject (
163
163
array $ globalGraceful = [],
164
- bool $ reader = false ,
164
+ bool $ reader = false
165
165
): ControllerSubscriber {
166
166
return new ControllerSubscriber (
167
167
$ reader ? new AnnotationReader () : null ,
You can’t perform that action at this time.
0 commit comments