deployer: [BUG] Fatal error for tasks without description (PHP7.4, symfony/console ^5.0)
<?php
namespace Deployer;
task('test', function(){});
{
"require": {
"symfony/console": "^5.0",
"deployer/deployer": "^6.7"
}
}
About this issue
- Original URL
- State: closed
- Created 5 years ago
- Reactions: 1
- Comments: 16 (8 by maintainers)
composer require --dev phpstan/phpstan
(or any other static code analyzer) will help you analyze code and fix bugsвс, 15 дек. 2019 г., 13:30 Anton Medvedev notifications@github.com:
Working on it too)
currently (6.7.1) ssh cleanup doesn’t work 😦
and psalm detects 7 errors in Ssh\Client.php