From c8cd1b928d0ac67b5d4d832b9472c6c92e82ab7f Mon Sep 17 00:00:00 2001 From: Dariusz Ruminski Date: Fri, 24 Oct 2025 11:52:39 +0200 Subject: [PATCH] docs: update index.rst --- index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.rst b/index.rst index 5c44fd22e..2815303c9 100644 --- a/index.rst +++ b/index.rst @@ -13,7 +13,7 @@ or `our opinionated one <./doc/ruleSets/PhpCsFixer.rst>`__. You can also define your (team's) style through the `configuration file <./doc/config.rst>`__. PHP CS Fixer can not only unify the style of your code, but also help to modernize your codebase towards -newer PHP (e.g. `@PHP85Migration <./doc/ruleSets/PHP85Migration.rst>`__) and newer PHPUnit (e.g. `@PHPUnit91Migration:risky <./doc/ruleSets/PHPUnit91MigrationRisky.rst>`__). +newer PHP (e.g. `@autoPHPMigration <./doc/ruleSets/AutoPHPMigration.rst>`__) and newer PHPUnit (e.g. `@autoPHPUnitMigration:risky <./doc/ruleSets/AutoPHPUnitMigrationRisky.rst>`__). Supported PHP Versions ----------------------