|
@@ -48,7 +48,10 @@ Example #1
|
|
|
+$a = mb_stristr($a, $b);
|
|
|
+$a = mb_strrchr($a, $b);
|
|
|
+$a = mb_substr_count($a, $b);
|
|
|
-Source class
|
|
|
-------------
|
|
|
+References
|
|
|
+----------
|
|
|
|
|
|
-`PhpCsFixer\\Fixer\\Alias\\MbStrFunctionsFixer <./../../../src/Fixer/Alias/MbStrFunctionsFixer.php>`_
|
|
|
+- Fixer class: `PhpCsFixer\\Fixer\\Alias\\MbStrFunctionsFixer <./../../../src/Fixer/Alias/MbStrFunctionsFixer.php>`_
|
|
|
+- Test class: `PhpCsFixer\\Tests\\Fixer\\Alias\\MbStrFunctionsFixerTest <./../../../tests/Fixer/Alias/MbStrFunctionsFixerTest.php>`_
|
|
|
+
|
|
|
+The test class defines officially supported behaviour. Each test case is a part of our backward compatibility promise.
|