Signed-off-by: Jean-Yves <7360784+docjyJ@users.noreply.github.com>
This commit is contained in:
Jean-Yves 2024-07-25 18:12:58 +02:00
parent 00c41624ea
commit 31162a29d8
No known key found for this signature in database
GPG key ID: 644C8B9C4CABAEF7
12 changed files with 2071 additions and 121 deletions

View file

@ -28,7 +28,6 @@ jobs:
run: |
set -x
cd php
composer global require wapmorgan/php-deprecation-detector dev-master
composer install
composer run php-deprecation-detector | tee -i ./phpdd.log
if grep "Total issues:" ./phpdd.log; then