File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ class Dumper
22
22
* @param \Symfony\Component\VarDumper\Server\Connection|null $connection
23
23
* @return void
24
24
*/
25
- public function __construct (Connection $ connection = null )
25
+ public function __construct (? Connection $ connection = null )
26
26
{
27
27
$ this ->connection = $ connection ;
28
28
}
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ class RequestContextProvider implements ContextProviderInterface
28
28
* @param \Illuminate\Http\Request|null $currentRequest
29
29
* @return void
30
30
*/
31
- public function __construct (Request $ currentRequest = null )
31
+ public function __construct (? Request $ currentRequest = null )
32
32
{
33
33
$ this ->currentRequest = $ currentRequest ;
34
34
$ this ->cloner = new VarCloner ;
You can’t perform that action at this time.
0 commit comments