Skip to content

Commit

Permalink
fix: assigning null to non-null $path (#107)
Browse files Browse the repository at this point in the history
  • Loading branch information
SychO9 authored Nov 1, 2024
1 parent ffc7d7f commit 0689c31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Context.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ class Context
public ?array $include = null;

private ?array $body;
private string $path;
private ?string $path;

private WeakMap $fields;
private WeakMap $sparseFields;
Expand Down

0 comments on commit 0689c31

Please sign in to comment.