We could not synchronize checks via GitHub's checks API since Scrutinizer's GitHub App is not installed for this repository.
@@ -110,7 +110,7 @@ |
||
| 110 | 110 | * @param string $style The dash style. |
| 111 | 111 | * @param Settings $settings The current settings. |
| 112 | 112 | * |
| 113 | - * @return Dashes|null Returns null in case of an invalid $style parameter. |
|
| 113 | + * @return Simple_Dashes|null Returns null in case of an invalid $style parameter. |
|
| 114 | 114 | */ |
| 115 | 115 | public static function get_styled_dashes( $style, Settings $settings ) { |
| 116 | 116 | if ( isset( self::$styles[ $style ] ) ) { |
@@ -26,7 +26,6 @@ |
||
| 26 | 26 | |
| 27 | 27 | namespace PHP_Typography\Fixes\Node_Fixes; |
| 28 | 28 | |
| 29 | -use PHP_Typography\DOM; |
|
| 30 | 29 | use PHP_Typography\RE; |
| 31 | 30 | use PHP_Typography\Settings; |
| 32 | 31 | use PHP_Typography\U; |