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 final class Noop
{ {
/** /**
* A dummy action that does nothing * A dummy action that does nothing
* *
* @return void * @return void
*/ */
public function noop() public function noop()
{ {
} }
} }