Skip to content
Snippets Groups Projects
Verified Commit 80bd35ef authored by Bartek Jaskulski's avatar Bartek Jaskulski
Browse files

fix: compatibility with PHP <7.3


Signed-off-by: default avatarBart Jaskulski <bjaskulski@protonmail.com>
parent 6d00d7c0
No related branches found
No related tags found
No related merge requests found
Pipeline #401780 passed with warnings with stages
in 45 seconds
...@@ -17,7 +17,7 @@ class UnknownDefinition implements Definition { ...@@ -17,7 +17,7 @@ class UnknownDefinition implements Definition {
public function __construct( public function __construct(
$value, $value,
?string $hook = null, ?string $hook = null
) { ) {
$this->value = $value; $this->value = $value;
$this->hook = $hook; $this->hook = $hook;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment