Skip to content

Commit

Permalink
Add missing docblock
Browse files Browse the repository at this point in the history
  • Loading branch information
ADmad committed Mar 10, 2015
1 parent 9e93209 commit 0064e25
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/Routing/Router.php
Expand Up @@ -100,6 +100,11 @@ class Router
*/
const UUID = '[A-Fa-f0-9]{8}-[A-Fa-f0-9]{4}-[A-Fa-f0-9]{4}-[A-Fa-f0-9]{4}-[A-Fa-f0-9]{12}';

/**
* The route collection routes would be added to.
*
* @var \Cake\Routing\RouteCollection
*/
protected static $_collection;

/**
Expand Down

0 comments on commit 0064e25

Please sign in to comment.