diff --git a/Jenkinsfile b/Jenkinsfile index 17f62e1..875c00d 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -40,7 +40,7 @@ pipeline { stage('Code Cleanliness') { agent any steps { - sh 'php composer.phar run-script ci:phpstan' + sh 'composer run-script ci:phpstan' recordIssues( failOnError: false, tools: [phpStan(reportEncoding: 'UTF-8', pattern: 'build/logs/phpstan.log')]