0
0
mirror of https://github.com/PHPMailer/PHPMailer.git synced 2024-09-20 10:02:14 +02:00

Remove stray phpdoc ref, see #1898

This commit is contained in:
Marcus Bointon 2019-11-20 19:58:58 +01:00
parent 506eff4a59
commit c0b63f19c8
No known key found for this signature in database
GPG Key ID: DE31CD6EB646AA24

View File

@ -11,7 +11,6 @@ before_install:
install:
- REMOVE_PACKAGE="friendsofphp/php-cs-fixer"; if [ "$CS_CHECK" = 1 ]; then REMOVE_PACKAGE="phpunit/phpunit"; fi; composer remove --no-update --no-scripts --dev $REMOVE_PACKAGE
- composer remove --no-update --no-scripts --dev phpdocumentor/phpdocumentor
- composer install
- if [ "$CODE_COVERAGE" != 1 ]; then phpenv config-rm xdebug.ini || true; fi