src/Hodor/Database/Phpmig/Migration.php
Avoid using short method names like Migration::up(). The configured minimum method name length is 3. Open
Open
public function up()
{
/**
* @var $container Container
*/
- Read upRead up
- Create a ticketCreate a ticket
- Exclude checks
ShortMethodName
Since: 0.2
Detects when very short method names are used.
Example
class ShortMethod {
public function a( $index ) { // Violation
}
}