Skip to content
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

PHP 5.3.3 - Wrong "Avoid unused local variables" #175

Closed
Progi1984 opened this issue Jul 31, 2014 · 2 comments
Closed

PHP 5.3.3 - Wrong "Avoid unused local variables" #175

Progi1984 opened this issue Jul 31, 2014 · 2 comments

Comments

@Progi1984
Copy link

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 .

@ravage84
Copy link
Member

ravage84 commented Oct 8, 2014

Duplicate of #48 and resolved by #198

@manuelpichler
Copy link
Contributor

See #198

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

3 participants