Skip to content

Commit 44eb29d

Browse files
Add type to final/internal public/protected properties
1 parent bc5cd38 commit 44eb29d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Matcher/UrlMatcher.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ class UrlMatcher implements UrlMatcherInterface, RequestMatcherInterface
4545
*
4646
* @internal
4747
*/
48-
protected $allowSchemes = [];
48+
protected array $allowSchemes = [];
4949

5050
protected $routes;
5151
protected $request;

0 commit comments

Comments
 (0)