Skip to content

Commit

Permalink
Added missing semicolon (kamranahmedse#44)
Browse files Browse the repository at this point in the history
  • Loading branch information
Adnan Ahmed authored and kamranahmedse committed Feb 20, 2017
1 parent 03bcbc3 commit 7a23017
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1091,7 +1091,7 @@ class Security {
}

public function authenticate($password) {
return $password === '$ecr@t'
return $password === '$ecr@t';
}

public function close() {
Expand Down

0 comments on commit 7a23017

Please sign in to comment.