Skip to content

Commit

Permalink
Update master to output generated at dd5c0d6
Browse files Browse the repository at this point in the history
  • Loading branch information
abenevaut committed Dec 18, 2022
1 parent ad5d2bb commit f74e7f5
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions src/Console/ValidateCommandArgumentsInterface.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
<?php

namespace abenevaut\Infrastructure\Console;

use Illuminate\Validation\Validator as CurrentValdiator;

interface ValidateCommandArgumentsInterface
{
public function validate(): CurrentValdiator;

public function displayErrors(): int;
}

0 comments on commit f74e7f5

Please sign in to comment.