Created
November 17, 2015 06:48
-
-
Save cod3beat/894a1571abd1c92b54af to your computer and use it in GitHub Desktop.
Implicit intention
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
<?php | |
class ChallengeController | |
{ | |
/** | |
* POST action | |
*/ | |
public function store() { | |
} | |
} | |
class ChallengeController | |
{ | |
/** | |
* POST action | |
*/ | |
public function createAction() { | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment