We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 56b8981 + 0230408 commit 9da3415Copy full SHA for 9da3415
src/Slugify.php
@@ -24,7 +24,7 @@
24
class Slugify implements SlugifyInterface
25
{
26
/** @var array */
27
- private $rules = array(
+ protected $rules = array(
28
// Numeric characters
29
'¹' => 1,
30
'²' => 2,
@@ -442,7 +442,7 @@ class Slugify implements SlugifyInterface
442
);
443
444
/** @var string[][] */
445
- private $rulesets = array(
+ protected $rulesets = array(
446
'esperanto' => array(
447
'ĉ' => 'cx',
448
'ĝ' => 'gx',
0 commit comments