Skip to content

Commit a57dee9

Browse files
authored
Update filter.rst
1 parent fc37ebb commit a57dee9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/source/nonStandardExtensions/filter.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -400,6 +400,7 @@ To achieve a validation of the options your custom filter must implement the **P
400400
This interface adds the following method to your implementation:
401401

402402
.. code-block:: php
403+
403404
public function validateOptions(array $options): void;
404405
405406
The options provided in the schema which utilizes the filter are passed to the method during the model generation.

0 commit comments

Comments
 (0)