Skip to content

Commit

Permalink
Apply fixes from StyleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
StyleCIBot committed Nov 20, 2022
1 parent d2f5672 commit c2b72e6
Showing 1 changed file with 5 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand All @@ -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
Expand Down

0 comments on commit c2b72e6

Please sign in to comment.