-
Notifications
You must be signed in to change notification settings - Fork 3.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
added fillColor for charts (only xlsx) #158
Conversation
Adding an empty cell condition
…into develop # Conflicts: # src/PhpSpreadsheet/Chart/DataSeriesValues.php
It seems there are code style errors. You can fix them automatically with |
|
||
/** | ||
* Create a new DataSeriesValues object | ||
>>>>>>> aea557bd70f6e4ac13ca625c342fce26ad544331 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This kind of leftover from a not well resolved conflict should be removed
@PowerKiKi already fixed, but it's wrong again ... |
It seems you used a different PHP-Cs-Fixer with a different configuration than the one shipped with this project ( |
I hate travis :C |
To avoid waiting on Travis every time, you can reproduce the check done by Travis locally with the following lines (saved in #!/bin/bash
set -xe
./vendor/bin/php-cs-fixer fix --dry-run --diff
./vendor/bin/phpcs --report-width=200 --report-summary --report-full samples/ src/ tests/ --standard=PSR2 -n
./vendor/bin/phpunit |
I fixed a few stuff and merged it, thanks. Next time we'll have to cover new code with unit tests though... |
This is an follow-up for PHPOffice#158 Fixes PHPOffice#768
@PowerKiKi , I think my develop branch already rebuilded ..