Skip to content

Commit 066acfc

Browse files
committed
[CS] Enforces null type hint on last position in phpDocs
1 parent fed1896 commit 066acfc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Route.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ class Route implements \Serializable
2929
private $condition = '';
3030

3131
/**
32-
* @var null|CompiledRoute
32+
* @var CompiledRoute|null
3333
*/
3434
private $compiled;
3535

0 commit comments

Comments
 (0)