1
0
Fork 0
mirror of https://github.com/wallabag/wallabag.git synced 2025-06-27 16:36:00 +00:00

Remove PHP polyfills

This commit is contained in:
Yassine Guedidi 2025-03-07 22:53:47 +01:00
parent 78ab273dab
commit 206a04bc05
3 changed files with 1 additions and 6 deletions

View file

@ -66,8 +66,4 @@ $config
], [ErrorType::DEV_DEPENDENCY_IN_PROD])
;
if (\PHP_VERSION_ID >= 80000) {
$config->ignoreErrorsOnPackage('symfony/polyfill-php80', [ErrorType::UNUSED_DEPENDENCY]);
}
return $config;