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. |
@@ -26,11 +26,6 @@ |
||
| 26 | 26 | |
| 27 | 27 | namespace PHP_Typography\Fixes; |
| 28 | 28 | |
| 29 | -use PHP_Typography\Settings; |
|
| 30 | - |
|
| 31 | -use PHP_Typography\Fixes\Node_Fix; |
|
| 32 | -use PHP_Typography\Fixes\Token_Fix; |
|
| 33 | - |
|
| 34 | 29 | use PHP_Typography\Hyphenator\Cache; |
| 35 | 30 | |
| 36 | 31 | |