Skip to content

Commit 0689c31

Browse files
authored
fix: assigning null to non-null $path (#107)
1 parent ffc7d7f commit 0689c31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/Context.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ class Context
2121
public ?array $include = null;
2222

2323
private ?array $body;
24-
private string $path;
24+
private ?string $path;
2525

2626
private WeakMap $fields;
2727
private WeakMap $sparseFields;

0 commit comments

Comments
 (0)