Skip to content

Fix KeyFrame reference in Parser.php #49

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

Merged
merged 1 commit into from
Dec 12, 2012

Conversation

shannmcnicholl
Copy link
Contributor

Some CSS files require the use of the keyFrame class.

This has been misspelt in the Parser.php class on line 8 and results in the following fatal PHP error:

Fatal error: Class 'Sabberworm\CSS\CSSList\Keyframe' not found in /vendor/sabberworm/php-css-parser/lib/Sabberworm/CSS/Parser.php on line 116

Some CSS files require the use of the keyFrame class. 

This has been misspelt in the Parser.php class on line 8 and results in the following fatal PHP error:

Fatal error: Class 'Sabberworm\CSS\CSSList\Keyframe' not found in /vendor/sabberworm/php-css-parser/lib/Sabberworm/CSS/Parser.php on line 116
@sabberworm
Copy link
Collaborator

Thanks! That’s one of the many downsides to having a case-insensitive file system (the only upside being the ability to run Photoshop): you only notice some mistypes when someone with a case-sensitive file system finds them…

sabberworm added a commit that referenced this pull request Dec 12, 2012
Fix KeyFrame reference in Parser.php
@sabberworm sabberworm merged commit 3ea17f3 into MyIntervals:master Dec 12, 2012
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants