We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
in src/JoliTypo/Fixer/Numeric.php, line 19
This name is a reserved word since PHP 7 and should not be used as class, interface or trait name.
use JoliTypo\StateBag; /** * Add nbsp between numeric and units. */ class Numeric implements FixerInterface { public function fix($content, StateBag $stateBag = null) { // Support a wide range of currencies $content = preg_replace('@([\dº])('.Fixer::ALL_SPACES.')+([º°%Ω฿₵¢₡$₫֏€ƒ₲₴₭£₤₺₦₨₱៛₹$₪৳₸₮₩¥\w]{1})@', '$1'.Fixer::NO_BREAK_SPACE.'$3', $content);
Posted from SensioLabsInsight
The text was updated successfully, but these errors were encountered:
Deprecate the Numeric class, ref #30
54b0d72
Deprecate the Numeric class, ref #30 (#34)
f04ed96
* Deprecate the Numeric class, ref #30 * Remove useless BC layer and use real DEPRECATED error code
No branches or pull requests
in src/JoliTypo/Fixer/Numeric.php, line 19
Posted from SensioLabsInsight
The text was updated successfully, but these errors were encountered: