811811 href ="./commands/phpdoc.html "
812812 class ="nav-link flex-grow-1 px-3 py-1 rounded-2 link-body-emphasis small "
813813 >
814- phpdoc
814+ docheader
815815 </ a >
816816
817817 </ div >
12441244 href ="./advanced/rector-and-phpdoc.html "
12451245 class ="nav-link flex-grow-1 px-3 py-1 rounded-2 active small "
12461246 >
1247- Rector and PHPDoc Automation
1247+ Rector and Docheader Automation
12481248 </ a >
12491249
12501250 </ div >
29782978 < div class ="row g-4 ">
29792979 < div class ="col-12 ">
29802980 < div class ="bg-body rounded-4 border p-4 p-xl-5 shadow-sm ">
2981- < section class ="section " id ="rector-and-phpdoc -automation ">
2982- < h1 > Rector and PHPDoc Automation</ h1 >
2981+ < section class ="section " id ="rector-and-docheader -automation ">
2982+ < h1 > Rector and Docheader Automation</ h1 >
29832983
29842984
29852985 < p > The package uses two different Rector entry points, and that difference matters
29862986when you are trying to understand why a rule did or did not run.</ p >
29872987
2988- < section class ="section " id ="refactor-versus-phpdoc ">
2988+ < section class ="section " id ="refactor-versus-docheader ">
29892989 < h2 > < code > refactor</ code >
2990- Versus < code > phpdoc </ code >
2990+ Versus < code > docheader </ code >
29912991</ h2 >
29922992
29932993
@@ -2997,7 +2997,7 @@ <h2><code>refactor</code>
29972997 uses the full < code > rector.php</ code >
29982998 file.</ li >
29992999
3000- < li class ="dash "> < code > phpdoc </ code >
3000+ < li class ="dash "> < code > docheader </ code >
30013001 runs PHP-CS-Fixer first and then executes Rector with
30023002< code > --only \FastForward\DevTools\Rector\AddMissingMethodPhpDocRector</ code >
30033003.</ li >
@@ -3015,7 +3015,7 @@ <h2>Rules Shipped by the Package</h2>
30153015 < th > Rule</ th >
30163016 < th > Enabled in packaged < code > rector.php</ code >
30173017</ th >
3018- < th > Used directly by < code > phpdoc </ code >
3018+ < th > Used directly by < code > docheader </ code >
30193019</ th >
30203020 < th > Purpose</ th >
30213021 </ tr >
@@ -3068,7 +3068,7 @@ <h2>Why <code>.docheader</code>
30683068 Appears Automatically</ h2 >
30693069
30703070
3071- < p > The < code > phpdoc </ code >
3071+ < p > The < code > docheader </ code >
30723072 command creates < code > .docheader</ code >
30733073 in the consumer root when it is
30743074missing. The template comes from the packaged file and the package name is
0 commit comments