Skip to content

Commit 1ed57f2

Browse files
committed
feature #34483 - Allow optional property accesses
1 parent a728bf5 commit 1ed57f2

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Extension/Validator/ViolationMapper/ViolationPath.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,11 @@ public function isIndex(int $index): bool
156156
return $this->isIndex[$index];
157157
}
158158

159+
public function isNullSafe(int $index): bool
160+
{
161+
return false;
162+
}
163+
159164
/**
160165
* Returns whether an element maps directly to a form.
161166
*

0 commit comments

Comments
 (0)