Switch to standard PSR12

This commit is contained in:
2023-01-19 08:58:02 +09:00
parent b46e06006f
commit d5afa71b64

View File

@@ -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()
{
}
}