From c2b72e6c67bc35e24a71fca0a8ed8a3da285f285 Mon Sep 17 00:00:00 2001 From: StyleCI Bot Date: Sun, 20 Nov 2022 16:12:03 +0000 Subject: [PATCH] Apply fixes from StyleCI --- .../Features/Publications/PublicationHelper.php | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/packages/framework/src/Framework/Features/Publications/PublicationHelper.php b/packages/framework/src/Framework/Features/Publications/PublicationHelper.php index 89ecaae8a4c..79d313d445a 100644 --- a/packages/framework/src/Framework/Features/Publications/PublicationHelper.php +++ b/packages/framework/src/Framework/Features/Publications/PublicationHelper.php @@ -5,7 +5,6 @@ namespace Hyde\Framework\Features\Publications; use Carbon\Carbon; -use Hyde\Foundation\HydeKernel; use Hyde\Framework\Features\Publications\Models\PublicationType; use Hyde\Hyde; use Hyde\Pages\PublicationPage; @@ -21,11 +20,11 @@ class PublicationHelper /** * Ask for a CLI input value until we pass validation rules. * - * @param Command $command - * @param string $name - * @param string $message - * @param \Rgasch\Collection\Collection|array $rules - * @param mixed|null $default + * @param Command $command + * @param string $name + * @param string $message + * @param \Rgasch\Collection\Collection|array $rules + * @param mixed|null $default * @return mixed */ public static function askWithValidation(Command $command, string $name, string $message, Collection|array $rules = [], mixed $default = null): mixed