Skip to content

Commit 94ddd5f

Browse files
committed
phpDoc
1 parent 1838ae5 commit 94ddd5f

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/Forms/Controls/BaseControl.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -456,7 +456,7 @@ public function addConditionOn(Control $control, $validator, $value = null): Rul
456456

457457

458458
/**
459-
* Adds a input filter callback.
459+
* Adds an input filter callback.
460460
* @return static
461461
*/
462462
public function addFilter(callable $filter)

src/Forms/Rules.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414

1515
/**
1616
* List of validation & condition rules.
17+
* @implements \IteratorAggregate<int, Rule>
1718
*/
1819
class Rules implements \IteratorAggregate
1920
{

0 commit comments

Comments
 (0)