Skip to content

Instantly share code, notes, and snippets.

@ivastly
Created April 28, 2017 15:52
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 ivastly/23634985337f5a7a593f10501162a258 to your computer and use it in GitHub Desktop.
Save ivastly/23634985337f5a7a593f10501162a258 to your computer and use it in GitHub Desktop.
github bug example
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