Skip to content

Commit 509b3d8

Browse files
committed
Add FilterOptions::RETURN_ON_NULL
1 parent 585b81a commit 509b3d8

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

src/FilterOptions.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,11 @@ final class FilterOptions
2424
*/
2525
const IS_REQUIRED = 'required';
2626

27+
/**
28+
* @var string
29+
*/
30+
const RETURN_ON_NULL = 'returnOnNull';
31+
2732
/**
2833
* @var string
2934
*/

0 commit comments

Comments
 (0)