Skip to content

Instantly share code, notes, and snippets.

@cod3beat
Created November 17, 2015 06:48
Show Gist options
  • Save cod3beat/894a1571abd1c92b54af to your computer and use it in GitHub Desktop.
Save cod3beat/894a1571abd1c92b54af to your computer and use it in GitHub Desktop.
Implicit intention
<?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