LocalHeroPro
LocalHeroPro
Steps to reproduce: ```shell $ php -dxdebug.mode=coverage ./vendor/phpunit/phpunit/phpunit Testing started at 21:32 ... PHP Fatal error: Declaration of Hamcrest\Core\CombinableMatcherTest::setUp() must be compatible with PHPUnit\Framework\TestCase::setUp(): void in /var/www/html/vendor/hamcrest/hamcrest-php/tests/Hamcrest/Core/CombinableMatcherTest.php on line 10...
To reproduce: ```bash $ php artisan opcache:clear OPcache cleared $ php artisan opcache:compile --force Compiling scripts... Illuminate\Http\Client\RequestException HTTP request returned status code 500 at vendor/laravel/framework/src/Illuminate/Http/Client/Response.php:302 298▕ */ 299▕ public function...
Steps to reproduce: ```bash em@4accc7f93e9b:/var/www/html$ npx mix ✖ Mix Compiled with some errors in 5.68s ERROR in ./resources/sass/app.scss Module build failed (from ./node_modules/mini-css-extract-plugin/dist/loader.js): ModuleBuildError: Module build failed (from ./node_modules/sass-loader/dist/cjs.js): SassError:...
Unit test file ```php
On that line: https://github.com/slimphp/Slim-Psr7/blob/master/src/Uri.php#L301 I got error, because value passed is string "443". Can we cast string to int and after that check if it is good for us value?...
Right now: ```php #[Deprecated(message: 'Move to repository')] public function index(): void {} ``` We get: $data = $this->index(); Expectation: $data = $this->~~index~~(); Right now, if we want to preclude, we...
Please add ability to add `query parameter` in that file: https://github.com/appstract/laravel-opcache/blob/master/config/opcache.php. Then we're able to pass `secret` on `maintenance mode` known from `Laravel`: https://laravel.com/docs/12.x/configuration#maintenance-mode
### Laravel Version newest ### PHP Version 8.5 ### Database Driver & Version _No response_ ### Description We have deprecations warnings. Docs - https://laravel.com/docs/12.x#installing-php ### Steps To Reproduce ```bash $...
### Self-Hosted Version 25.10.0 ### CPU Architecture x64 ### Docker Version 29.0.1 ### Docker Compose Version 2.40.3 ### Machine Specification - [x] My system meets the minimum system requirements of...
### Self-Hosted Version 22.11.0.dev0 ### CPU Architecture 64 ### Docker Version 20.10.21 ### Docker Compose Version 1.29.2 ### Steps to Reproduce 1. Install new version 2. run  ### Expected...