Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
rodber committed Dec 22, 2023
1 parent 5625216 commit 094f1fd
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions src/Interfaces/ArrayParameterInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -61,12 +61,4 @@ public function withOptional(ParameterInterface ...$parameter): self;
public function withModify(ParameterInterface ...$parameter): self;

public function assertCompatible(self $parameter): void;

/**
* Return an instance requiring at least `$count` of optional arguments.
*
* This method MUST retain the state of the current instance, and return
* an instance that contains the specified optional parameters.
*/
public function withOptionalMinimum(int $count): self;
}

0 comments on commit 094f1fd

Please sign in to comment.