File tree 1 file changed +8
-2
lines changed
1 file changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -557,7 +557,7 @@ protected function databaseOptions(): array
557
557
/**
558
558
* Validate the database driver input.
559
559
*
560
- * @param \Symfony\Components\Console\Input\InputInterface
560
+ * @param \Symfony\Components\Console\Input\InputInterface $input
561
561
*/
562
562
protected function validateDatabaseOption (InputInterface $ input )
563
563
{
@@ -751,6 +751,9 @@ protected function generateAppUrl($name)
751
751
752
752
/**
753
753
* Get the starter kit repository, if any.
754
+ *
755
+ * @param \Symfony\Component\Console\Input\InputInterface $input
756
+ * @return string|null
754
757
*/
755
758
protected function getStarterKit (InputInterface $ input ): ?string
756
759
{
@@ -764,6 +767,9 @@ protected function getStarterKit(InputInterface $input): ?string
764
767
765
768
/**
766
769
* Determine if a Laravel first-party starter kit has been chosen.
770
+ *
771
+ * @param \Symfony\Component\Console\Input\InputInterface $input
772
+ * @return bool
767
773
*/
768
774
protected function usingLaravelStarterKit (InputInterface $ input ): bool
769
775
{
@@ -774,7 +780,7 @@ protected function usingLaravelStarterKit(InputInterface $input): bool
774
780
/**
775
781
* Determine if a starter kit is being used.
776
782
*
777
- * @param \Symfony\Component\Console\Input\InputInterface
783
+ * @param \Symfony\Component\Console\Input\InputInterface $input
778
784
* @return bool
779
785
*/
780
786
protected function usingStarterKit (InputInterface $ input )
You can’t perform that action at this time.
0 commit comments