Skip to content

Commit

Permalink
code review fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
minond committed Jan 31, 2014
1 parent 2da0009 commit 2e1e060
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
1 change: 1 addition & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "minond/http",
"description": "Http helpers",
"license": "GPL-2.0+",

"authors": [
{
Expand Down
1 change: 0 additions & 1 deletion src/Efficio/Http/Error/DuplicateRuleException.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@

/**
* duplicate rule exception
* @used-by RuleBook
*/
class DuplicateRuleException extends Exception
{
Expand Down
2 changes: 0 additions & 2 deletions src/Efficio/Http/Rule.php
Original file line number Diff line number Diff line change
Expand Up @@ -129,9 +129,7 @@ public function matches($req)
{
$match = false;
$matches = [];
$exp = '';
$uri = $req;
$method = false;
$runcheck = true;

if ($req instanceof Request) {
Expand Down

0 comments on commit 2e1e060

Please sign in to comment.