We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In a Travis Job (with PHP 5.3.3), i have this error :
/home/travis/build/PHPOffice/PHPPowerPoint/src/PhpPowerpoint/Writer/PowerPoint2007/Chart.php:941 Avoid unused local variables such as '$value'.
And the "$value" variable is used at line 952.
But for others job (PHP 5.3, PHP 5.4, PHP 5.5, PHP 5.6), I haven't got the problem .
The text was updated successfully, but these errors were encountered:
Duplicate of #48 and resolved by #198
Sorry, something went wrong.
See #198
No branches or pull requests
In a Travis Job (with PHP 5.3.3), i have this error :
And the "$value" variable is used at line 952.
But for others job (PHP 5.3, PHP 5.4, PHP 5.5, PHP 5.6), I haven't got the problem .
The text was updated successfully, but these errors were encountered: