diff --git a/src/Noop.php b/src/Noop.php index d64006b..0e73801 100644 --- a/src/Noop.php +++ b/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() + { + } }