Laravel Package Translator Loader is translations loader that will help to translation your package fully Finally about time, I would say.
A Laravel package to ReCompose your installed packages, their dependencies, your app & server environment
Solum DeSignum Scenarios is agnostic backend validation Scenarios package.
Framework agnostic environment loader that abstracts PHP dotEnv for faster env loading.
Full PHP development environment for Docker, with custom multiple php versions out off box.
try clicking alt+tab multiple times and it should crash.
@vladimirmartsul I am so sorry for this issue. There wasn't any tests that broke for me when i did this change.
And i didn't know that we needed to adhere for a special case regarding union types and intersection types. Thank you for the bugfix anyway.
don't worry, at least we found them (who encountered them), we only could for future create for route registration regression tests to avoid such pitfalls?
This change is incorrect.
why ?, can you explain ? Note: also please read this https://github.com/laravel/framework/issues/46515
just did reinstall.
~Could you check EP's version by checking the details tab inl properties of
C:\Windows\dxgi.dll
(not system32)? I expect it's 22621.1413.54.x.~ If you use the latest version, I doubt you're using another explorer patching app.
you are right.
only for you..., download today, all issues after fresh re-install. if wish I can record a video to prove you wrong....
No need to prove me wrong, idk what do you expect, it's Microsoft's OS, not mine, I don't know all its ins and outs. Even if you show me and I believe you, is it going to magically solve your issues? No. maybe it's some rare bug that happens on your config. It's pointless to believe in it if I cannot reproduce it or don't know how to fix it anyway.
https://www.veed.io/view/61b568e5-e0b4-465b-9c62-a37c67cb3c20?sharingWidget=true&panel=share
https://github.com/laravel/framework/pull/46516
1.) added: bugfix to refactor method.
Update Reflector.php
1.) added: bugfix to refactor method.
The fix is /** * Determine if the parameter's type is a Backed Enum with a string backing type. * * @param \ReflectionParameter $parameter * @return bool */ public static function isParameterBackedEnumWithStringBackingType($parameter) { $backedEnumClass = $parameter?->getType();
if (is_null($backedEnumClass)) {
return false;
}
if (enum_exists($backedEnumClass)) {
$reflectionBackedEnum = new ReflectionEnum($backedEnumClass);
return $reflectionBackedEnum->isBacked()
&& $reflectionBackedEnum->getBackingType()->getName() == 'string';
}
return false;
}
Hi, I checked code in Reflector, and seems there is a bug..., and left a fix in comment.
composer.json: 1.) added: changes on required to avoid possible issues
Signed-off-by: Oskars Germovs sia_dev@inbox.lv
Merge remote-tracking branch 'origin/dev' into dev
Merge pull request #2 from SolumDeSignum/dev
Dev