Reymart A. Calicdan
Results
2
issues of
Reymart A. Calicdan
Pull Request: Fix Blade Container Binding and blade.compiler Resolution for Illuminate\View v10,v11+
2
**Summary** This pull request addresses two key issues to ensure compatibility with Illuminate\View v11 and above, and improve the reliability of the Jessenger Blade integration: **Fixes improper container binding for...
## Description ReactPHP promises execute `then()` callbacks **synchronously** when already resolved, violating Promises/A+ spec section 2.2.4 and causing unpredictable execution order with the event loop. ### Reproduction ```php
bug