diff src/Generator/Requests/RequestGenerator.php @ 22:ee8ef14e158d main-dev

Now able to include through composer
author Luka Sitas <sitas.luka.97@gmail.com>
date Wed, 26 Feb 2025 20:12:17 -0500
parents 81a76472ba21
children 827efbf4d73c
line wrap: on
line diff
--- a/src/Generator/Requests/RequestGenerator.php	Wed Feb 26 19:45:08 2025 -0500
+++ b/src/Generator/Requests/RequestGenerator.php	Wed Feb 26 20:12:17 2025 -0500
@@ -63,7 +63,7 @@
      *
      * @return array
      */
-    protected function getOptions()
+    protected function getOptions():array
     {
         return array_merge(parent::getOptions(), [
             ['all', 'a', InputOption::VALUE_NONE, 'Generate all request classes for the table.'],
@@ -77,7 +77,7 @@
      *
      * @return void
      */
-    protected function afterPromptingForMissingArguments(InputInterface $input, OutputInterface $output)
+    protected function afterPromptingForMissingArguments(InputInterface $input, OutputInterface $output):void
     {
     }