Skip to content

Commit 688f1a9

Browse files
authored
[HttpFoundation] Fix type of properties in Request class
1 parent 27a2cfc commit 688f1a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Request.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ class Request
201201
protected $defaultLocale = 'en';
202202

203203
/**
204-
* @var array<string, string[]>
204+
* @var array<string, string[]>|null
205205
*/
206206
protected static $formats;
207207

0 commit comments

Comments
 (0)