You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
after installation process of fresh install with composer require webapp the cache clear commande generate a critical php error
Executing script cache:clear [KO]
[KO]
Script cache:clear returned with error code 255
!!!! // Clearing the cache for the dev environment with debug true!!!! 15:33:47 CRITICAL [php] Uncaught Error: Too few arguments to functionPHPStan\PhpDocParser\Parser\ConstExprParser::__construct(), 0 passed in /var/www/test/sf64/vendor/symfony/property-info/Extractor/PhpStanExtractor.php on line 71 and exactly 1 expected ["exception"=> ArgumentCountError { …}]
!!!! In ConstExprParser.php line 18:
!!!! Too few arguments to functionPHPStan\PhpDocParser\Parser\ConstExprParser::
!!__construct(), 0 passed in /var/www/test/sf64/vendor/symfony/property-info/
!! Extractor/PhpStanExtractor.php on line 71 and exactly 1 expected
!!!!!! cache:clear [--no-warmup] [--no-optional-warmers]
!!!!
Script @auto-scripts was called via post-update-cmd
the php version is
PHP 8.2.24 (cli) (built: Sep 27 2024 04:16:10) (NTS)
Copyright (c) The PHP Group
Zend Engine v4.2.24, Copyright (c) Zend Technologies
with Zend OPcache v8.2.24, Copyright (c), by Zend Technologies
I got same result on local docker based on bookworm php 8.2.25
PHP 8.2.25 (cli) (built: Nov 12 2024 07:25:23) (NTS)
Copyright (c) The PHP Group
Zend Engine v4.2.25, Copyright (c) Zend Technologies
with Zend OPcache v8.2.25, Copyright (c), by Zend Technologies
How to reproduce
This error still append with symfony installer
symfony new test_app --version="6.4.*" --webapp
Possible Solution
No response
Additional Context
No response
The text was updated successfully, but these errors were encountered:
Symfony version(s) affected
6.4.13
Description
after installation process of fresh install with
composer require webapp
the cache clear commande generate a critical php errorthe php version is
I got same result on local docker based on bookworm php 8.2.25
How to reproduce
This error still append with symfony installer
symfony new test_app --version="6.4.*" --webapp
Possible Solution
No response
Additional Context
No response
The text was updated successfully, but these errors were encountered: