ozelot

Results 2 comments of ozelot

maybe: it will be solved by installing git How to reproduce problem ```bash # Run docker docker run --rm -it centos:7 # Install fish curl --location --output /etc/yum.repos.d/shells:fish:release:3.repo https://download.opensuse.org/repositories/shells:/fish:/release:/3/CentOS_7/shells%3Afish%3Arelease%3A3.repo yum...

I think it's a bug ```php /** * @SuppressWarnings(PHPMD.UnusedLocalVariable) * --> It work */ if (! function_exists('example')) { /** * @SuppressWarnings(PHPMD.UnusedLocalVariable) * --> doesn't work */ function example(array $array) {...