Closed oatmael closed 4 months ago
Now that #20 is merged, @oatmael can you please rebase/merge the changes into your branch?
Now that #20 is merged, @oatmael can you please rebase/merge the changes into your branch?
Done 👍
@mhmd-azeez poking on this - looks like the CI failed from a rate limit 😅
Thanks a bunch, great work!
Union return types are not supported in PHP 7.4. Thankfully,
T|null
is equivalent to?T
. See below: https://www.php.net/manual/en/language.types.declarations.php#language.types.declarations.nullable