Marius Karstedt
Marius Karstedt
Hey, I'm receiving the same error. ~ Marius
Hello, can you please describe your issue/ question more detailed? Also please provide more of your code and an error message, if one exists. Thank you! ~ Marius
Hey, I'm using PHP 8 in all my projects and I love the new union types, the str_contains, starts_with, ends_with functions and the new attributes for No return or ArrayShape...
I will test to add it to github actions but I had some errors white testing the first time. So don't worry about the upcomming errors in the checks.
There are a lot of errors with testing in php 8. I will look into it.
Okay, it seems to be somthing deeper. Here is one error (they all look very similar and I think it's one problem) maby you have an idea, but I will...
I'm really don't get what is going on there. ``` ClassLoaderTest::testCustomClassLoader Error: Unknown named parameter $result ``` the function: ``` public function testCustomClassLoader() { $result = false; TestRouter::setCustomClassLoader(new CustomClassLoader()); TestRouter::get('/',...
Oh, yes. Now I see it. Thank you.
Okay, I can't get it working for now. I'm confused because the router wokes with php 8 on my server. I will focus on other changes for now, becuase this...
Hey @skipperbent, First of all I fixed the error in `ClassLoaderTest@testCustomClassLoader` with renaming the param in `CustomClassLoader@loadClosure` from `result` to `status`. Because result is the parameter "used `use(&$result)`" in the...