Skip to content

Commit

Permalink
Merge pull request #42 from peckadesign/3673-anotace
Browse files Browse the repository at this point in the history
#3673: oprava anotace
  • Loading branch information
PavelJurasek authored Mar 19, 2021
2 parents c396b39 + 8d18765 commit e39e539
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Validation/ValidationControllerInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ interface ValidationControllerInterface

/**
* @param mixed $inputValue
* @param array<string> $dependentInputs
* @param array<string, array<string, mixed>> $dependentInputs
*/
public function actionDefault($inputValue = NULL, array $dependentInputs = []): void;

Expand Down
2 changes: 1 addition & 1 deletion src/Validation/ValidationServiceInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ interface ValidationServiceInterface

/**
* @param mixed $value
* @param array<string> $dependentInputs
* @param array<string, array<string, mixed>> $dependentInputs
*/
public function validateInput($value, array $dependentInputs = []): \Pd\Forms\Validation\ValidationResult;

Expand Down

0 comments on commit e39e539

Please sign in to comment.