Skip to content
This repository was archived by the owner on Dec 6, 2022. It is now read-only.

Commit c1cc045

Browse files
author
malukenho
committed
Put php docblock for the class
1 parent 700c821 commit c1cc045

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/PHPRouter/RouteCollection.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,11 @@
1717
*/
1818
namespace PHPRouter;
1919

20+
/**
21+
* @author Jefersson Nathan <malukenho@phpse.net>
22+
*
23+
* @package PHPRouter
24+
*/
2025
class RouteCollection extends \SplObjectStorage
2126
{
2227
/**

0 commit comments

Comments
 (0)