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

Incorrect Constant Names in \Style\Font.php #574

Open
ComputerTinker opened this issue Jul 16, 2015 · 0 comments
Open

Incorrect Constant Names in \Style\Font.php #574

ComputerTinker opened this issue Jul 16, 2015 · 0 comments

Comments

@ComputerTinker
Copy link
Contributor

ComputerTinker commented Jul 16, 2015

I was just looking through the code and noticed that lines 36 and 37 which currently read:

    const UNDERLINE_DOTHASH = 'dotDash';
    const UNDERLINE_DOTHASHHEAVY = 'dotDashHeavy';

...should in fact read (notice HASH vs DASH in the constant name):

    const UNDERLINE_DOTDASH = 'dotDash';
    const UNDERLINE_DOTDASHHEAVY = 'dotDashHeavy';

Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.

troosan added a commit that referenced this issue Nov 7, 2017
 #574 Incorrect Constant Names in \Style\Font.php
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

1 participant