Can Vural
Can Vural
Hi @micc83, The first issue should be fixed in the main branch. Can you try `dev-main`? I'll investigate the second issue. Thanks.
Can you look to developer console if there is any error there?
Error message is pretty straightforward. In your apps configuration you must write `localhost` to the `URL` option.
Open it with any text editor.
Thank you!
Hi, I was suspecting this would not cause the errors you mentioned and I removed your changes for `ReflectionHelper` but kept the tests and tests still passed 🙂 Also this...
> and confirmed that the added test fails in CI, It did not fail for the correct reason 😄 Looks like it's a memory limit issue in PHPUnit. You can...
Hi, I just remembered that there is an undocumented PHPStan config option just for this case! It's called `mixinExcludeClasses` So you can add the following to your `phpstan.neon` file ```neon...
Could you add a test case that shows how this can be used?
Hi, I don't understand the need for this change. You can already do: ```php class AnnouncementTypeScope implements Scope { /** * @param Builder $builder * @param Update|Announcement $model */ public...