Skip to content

Commit 1fbd206

Browse files
committed
update docs
1 parent ab18900 commit 1fbd206

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

src/Router.php

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,20 +29,22 @@
2929
class Router
3030
{
3131
/**
32-
* Collection of defined routes
32+
* List of defined routes
3333
*
3434
* @var Route[]string
3535
*/
3636
private $routes = [];
3737

3838
/**
39-
* Collection of defined names mapped to related routes
39+
* List of defined names mapped to related routes
4040
*
4141
* @var Route[]string
4242
*/
4343
private $names = [];
4444

4545
/**
46+
* List of defined route parameters and their regex patterns
47+
*
4648
* @var string[]string
4749
*/
4850
private $parameters = [];

0 commit comments

Comments
 (0)