Skip to content
This repository has been archived by the owner on Feb 4, 2022. It is now read-only.

Commit

Permalink
Code cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
johanjanssens committed May 3, 2016
1 parent e245163 commit 4972e70
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions code/dispatcher/router/router.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ public function parse(HttpUrlInterface $url)
/**
* Function to convert an internal URI to a route
*
* @param HttpUrlInterface $url The internal URL
* @return boolean
* @param HttpUrlInterface $url The internal URL
* @return boolean
*/
public function build(HttpUrlInterface $url)
{
Expand Down
2 changes: 1 addition & 1 deletion code/template/behavior/filterable.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ class TemplateBehaviorFilterable extends TemplateBehaviorAbstract
/**
* Filter queue
*
* @var ObjectQueue
* @var ObjectQueue
*/
private $__filter_queue;

Expand Down

0 comments on commit 4972e70

Please sign in to comment.