From eb0ce136d592f11c9b5afed5c9bf59681c2bb8b3 Mon Sep 17 00:00:00 2001 From: coolsam726 Date: Tue, 9 Apr 2024 14:49:51 +0000 Subject: [PATCH] Fix styling --- src/Commands/ModuleMakeCommand.php | 2 -- src/Commands/TestMakeCommand.php | 1 - 2 files changed, 3 deletions(-) diff --git a/src/Commands/ModuleMakeCommand.php b/src/Commands/ModuleMakeCommand.php index 4e4a3a6..54c4b65 100644 --- a/src/Commands/ModuleMakeCommand.php +++ b/src/Commands/ModuleMakeCommand.php @@ -155,8 +155,6 @@ private function generatePestFiles(): void ]); } - - private function installModule(): void { $this->comment('Activating the new Module'); diff --git a/src/Commands/TestMakeCommand.php b/src/Commands/TestMakeCommand.php index 3fc3341..88628c4 100644 --- a/src/Commands/TestMakeCommand.php +++ b/src/Commands/TestMakeCommand.php @@ -24,7 +24,6 @@ protected function getPath($name): string * Get the default namespace for the class. * * @param string $rootNamespace - * @return string */ protected function getDefaultNamespace($rootNamespace): string {