Skip to content

Commit

Permalink
Revert "Add array for warnings"
Browse files Browse the repository at this point in the history
This reverts commit 7cbb769.
  • Loading branch information
caendesilva committed Jan 18, 2023
1 parent 56c58b6 commit d571f0b
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,6 @@ class ValidatesPublicationSchema extends InvokableAction
/** @var \Illuminate\Support\Collection<\Illuminate\Contracts\Validation\Validator> */
protected Collection $fieldValidators;

/** @var array<string> */
protected array $warnings = [];

public function __construct(string $pubTypeName)
{
$this->schema = json_decode(Filesystem::getContents("$pubTypeName/schema.json"));
Expand Down

0 comments on commit d571f0b

Please sign in to comment.