Skip to content

Commit f22139b

Browse files
committed
docs: add value examples
1 parent fbff5a2 commit f22139b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

system/Router/RouteCollection.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ class RouteCollection implements RouteCollectionInterface
150150
/**
151151
* The current method that the script is being called by.
152152
*
153-
* @var string HTTP verb (lower case) or `*`
153+
* @var string HTTP verb (lower case) like `get`,`post` or `*`
154154
*/
155155
protected $HTTPVerb = '*';
156156

0 commit comments

Comments
 (0)