We could not synchronize checks via GitHub's checks API since Scrutinizer's GitHub App is not installed for this repository.
@@ -27,8 +27,8 @@ |
||
27 | 27 | |
28 | 28 | namespace PHP_Typography; |
29 | 29 | |
30 | -use PHP_Typography\Fixes\Registry; |
|
31 | 30 | use PHP_Typography\Fixes\Default_Registry; |
31 | +use PHP_Typography\Fixes\Registry; |
|
32 | 32 | |
33 | 33 | /** |
34 | 34 | * Parses HTML5 (or plain text) and applies various typographic fixes to the text. |