Closed adrav closed 1 year ago
Hi, this repository is actually empty now :) What exact package do you use?
I use: symplify/easy-ci 11.2.0.72 https://github.com/symplify/easy-ci
I posted this bug here, because of the "Report Issues" section on https://github.com/symplify/easy-ci
I see. I've fixed it now, you can report issue there
How to reproduce:
create yml file with the following content:
According to the Symfony documentation: "When the fallback parameter is omitted (e.g. env(default::API_KEY)), then the returned value is null." https://symfony.com/doc/current/configuration/env_var_processors.html
But I got:
I think bug is in the following regex:
private const STATIC_CALL_CLASS_REGEX = '#(?<quote>["\']?)[\\\\]*(?<class_name>[A-Za-z][\\w\\\\]+)::#';
in file:Symplify\EasyCI\Config\ClassExtractor
https://regex101.com/r/gjZUkS/1