Skip to content

Instantly share code, notes, and snippets.

@sergekukharev
Created December 7, 2015 16:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sergekukharev/2606e109f1809eefb9e3 to your computer and use it in GitHub Desktop.
Save sergekukharev/2606e109f1809eefb9e3 to your computer and use it in GitHub Desktop.
<?php
class AcceptingAuthorizerStub implements Authorizer {
public function authorize($username, $password) {
return true;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment