Switch to standard PSR12
This commit is contained in:
16
src/Noop.php
16
src/Noop.php
@@ -10,12 +10,12 @@ namespace gullevek\Noop;
|
||||
*/
|
||||
final class Noop
|
||||
{
|
||||
/**
|
||||
* A dummy action that does nothing
|
||||
*
|
||||
* @return void
|
||||
*/
|
||||
public function noop()
|
||||
{
|
||||
}
|
||||
/**
|
||||
* A dummy action that does nothing
|
||||
*
|
||||
* @return void
|
||||
*/
|
||||
public function noop()
|
||||
{
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user