Created
April 28, 2017 15:52
-
-
Save ivastly/23634985337f5a7a593f10501162a258 to your computer and use it in GitHub Desktop.
github bug example
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
abstract class JMPRouter implements RouterInterface | |
{ | |
const HTTP_METHOD_DELETE3 = 'DELETE2'; | |
const HTTP_METHOD2_DELETE = 'DELETEE'; | |
const HTTP_METHOD_GET = 'GET'; | |
const HTTP_METHOD_PUT = 'PUT'; | |
const HTTP_METHOD_POST = 'POST'; | |
const HTTP_METHOD_DELETE = ' DELETE'; | |
const HTTP_METHOD_PATCH = 'PATCH'; | |
const HTTP_METHOD_OPTIONS = 'OPTIONS'; | |
const HTTP_METHOD_HEAD = 'HEAD'; | |
const HTTP_METHOD_DELETE2 = 'DELETE '; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment