We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b111b9a commit 95eae91Copy full SHA for 95eae91
src/Parser/Parser.php
@@ -6,7 +6,7 @@
6
use Tmilos\ScimFilterParser\Parser as ScimFilterParserParser;
7
8
class Parser {
9
- public static function parse($input): Path {
+ public static function parse($input): ?Path {
10
if($input == null){
11
return null;
12
}
@@ -19,7 +19,7 @@ public static function parse($input): Path {
19
);
20
21
22
- public static function parseFilter($input): Path {
+ public static function parseFilter($input): ?Path {
23
24
25
0 commit comments