Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
Signed-off-by: Stéphane HULARD <[email protected]>
  • Loading branch information
shulard committed Mar 13, 2015
1 parent b0100ac commit 623f5dc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
bee4/robots.txt
bee4/robots.txt v0.0.0
======================

[![Build Status](https://travis-ci.org/bee4/robots.txt.svg?branch=develop)](https://travis-ci.org/bee4/robots.txt)
Expand Down
2 changes: 1 addition & 1 deletion src/Rules.php
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ public function add($ua, Rule $rule) {
return $this;
}

public function match( $ua, $url ) {
public function match($ua, $url) {
if( ($rule = $this->get($ua)) === null ) {
return false;
}
Expand Down

0 comments on commit 623f5dc

Please sign in to comment.