Skip to content

Commit 65d4ea3

Browse files
committed
deploy: 825aaf4
1 parent 8bbba24 commit 65d4ea3

649 files changed

Lines changed: 2443 additions & 2441 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

previews/pr-270/advanced/branch-protection-and-bot-commits.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -811,7 +811,7 @@
811811
href="./commands/phpdoc.html"
812812
class="nav-link flex-grow-1 px-3 py-1 rounded-2 link-body-emphasis small"
813813
>
814-
docheader
814+
phpdoc
815815
</a>
816816

817817
</div>
@@ -1244,7 +1244,7 @@
12441244
href="./advanced/rector-and-phpdoc.html"
12451245
class="nav-link flex-grow-1 px-3 py-1 rounded-2 link-body-emphasis small"
12461246
>
1247-
Rector and Docheader Automation
1247+
Rector and PHPDoc Automation
12481248
</a>
12491249

12501250
</div>

previews/pr-270/advanced/consumer-automation.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -811,7 +811,7 @@
811811
href="./commands/phpdoc.html"
812812
class="nav-link flex-grow-1 px-3 py-1 rounded-2 link-body-emphasis small"
813813
>
814-
docheader
814+
phpdoc
815815
</a>
816816

817817
</div>
@@ -1244,7 +1244,7 @@
12441244
href="./advanced/rector-and-phpdoc.html"
12451245
class="nav-link flex-grow-1 px-3 py-1 rounded-2 link-body-emphasis small"
12461246
>
1247-
Rector and Docheader Automation
1247+
Rector and PHPDoc Automation
12481248
</a>
12491249

12501250
</div>

previews/pr-270/advanced/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -811,7 +811,7 @@
811811
href="./commands/phpdoc.html"
812812
class="nav-link flex-grow-1 px-3 py-1 rounded-2 link-body-emphasis small"
813813
>
814-
docheader
814+
phpdoc
815815
</a>
816816

817817
</div>
@@ -1244,7 +1244,7 @@
12441244
href="./advanced/rector-and-phpdoc.html"
12451245
class="nav-link flex-grow-1 px-3 py-1 rounded-2 link-body-emphasis small"
12461246
>
1247-
Rector and Docheader Automation
1247+
Rector and PHPDoc Automation
12481248
</a>
12491249

12501250
</div>
@@ -3007,7 +3007,7 @@ <h1>Advanced</h1>
30073007
</li>
30083008

30093009
<li class="toc-item">
3010-
<a href="./advanced/rector-and-phpdoc.html#rector-and-docheader-automation">Rector and Docheader Automation</a>
3010+
<a href="./advanced/rector-and-phpdoc.html#rector-and-phpdoc-automation">Rector and PHPDoc Automation</a>
30113011

30123012

30133013
</li>

previews/pr-270/advanced/phpunit-extension.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -811,7 +811,7 @@
811811
href="./commands/phpdoc.html"
812812
class="nav-link flex-grow-1 px-3 py-1 rounded-2 link-body-emphasis small"
813813
>
814-
docheader
814+
phpdoc
815815
</a>
816816

817817
</div>
@@ -1244,7 +1244,7 @@
12441244
href="./advanced/rector-and-phpdoc.html"
12451245
class="nav-link flex-grow-1 px-3 py-1 rounded-2 link-body-emphasis small"
12461246
>
1247-
Rector and Docheader Automation
1247+
Rector and PHPDoc Automation
12481248
</a>
12491249

12501250
</div>

previews/pr-270/advanced/rector-and-phpdoc.html

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -811,7 +811,7 @@
811811
href="./commands/phpdoc.html"
812812
class="nav-link flex-grow-1 px-3 py-1 rounded-2 link-body-emphasis small"
813813
>
814-
docheader
814+
phpdoc
815815
</a>
816816

817817
</div>
@@ -1244,7 +1244,7 @@
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 Docheader Automation
1247+
Rector and PHPDoc Automation
12481248
</a>
12491249

12501250
</div>
@@ -2978,16 +2978,16 @@
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-docheader-automation">
2982-
<h1>Rector and Docheader Automation</h1>
2981+
<section class="section " id="rector-and-phpdoc-automation">
2982+
<h1>Rector and PHPDoc Automation</h1>
29832983

29842984

29852985
<p>The package uses two different Rector entry points, and that difference matters
29862986
when you are trying to understand why a rule did or did not run.</p>
29872987

2988-
<section class="section " id="refactor-versus-docheader">
2988+
<section class="section " id="refactor-versus-phpdoc">
29892989
<h2><code>refactor</code>
2990-
Versus <code>docheader</code>
2990+
Versus <code>phpdoc</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>docheader</code>
3000+
<li class="dash"><code>phpdoc</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>docheader</code>
3018+
<th>Used directly by <code>phpdoc</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>docheader</code>
3071+
<p>The <code>phpdoc</code>
30723072
command creates <code>.docheader</code>
30733073
in the consumer root when it is
30743074
missing. The template comes from the packaged file and the package name is

previews/pr-270/api/commands.html

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -811,7 +811,7 @@
811811
href="./commands/phpdoc.html"
812812
class="nav-link flex-grow-1 px-3 py-1 rounded-2 link-body-emphasis small"
813813
>
814-
docheader
814+
phpdoc
815815
</a>
816816

817817
</div>
@@ -1244,7 +1244,7 @@
12441244
href="./advanced/rector-and-phpdoc.html"
12451245
class="nav-link flex-grow-1 px-3 py-1 rounded-2 link-body-emphasis small"
12461246
>
1247-
Rector and Docheader Automation
1247+
Rector and PHPDoc Automation
12481248
</a>
12491249

12501250
</div>
@@ -3060,10 +3060,11 @@ <h1>Command Classes</h1>
30603060
<tr>
30613061
<td><code>FastForward\DevTools\Console\Command\PhpDocCommand</code>
30623062
</td>
3063-
<td><code>standards:docheader</code>
3063+
<td><code>standards:phpdoc</code>
30643064
</td>
30653065
<td>Runs PHP-CS-Fixer and a focused Rector PHPDoc pass. Supported aliases:
3066-
<code>docheader</code>
3066+
<code>phpdoc</code>
3067+
, <code>docheader</code>
30673068
and <code>php-cs-fixer</code>
30683069
.</td>
30693070
</tr>

previews/pr-270/api/composer-integration.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -811,7 +811,7 @@
811811
href="./commands/phpdoc.html"
812812
class="nav-link flex-grow-1 px-3 py-1 rounded-2 link-body-emphasis small"
813813
>
814-
docheader
814+
phpdoc
815815
</a>
816816

817817
</div>
@@ -1244,7 +1244,7 @@
12441244
href="./advanced/rector-and-phpdoc.html"
12451245
class="nav-link flex-grow-1 px-3 py-1 rounded-2 link-body-emphasis small"
12461246
>
1247-
Rector and Docheader Automation
1247+
Rector and PHPDoc Automation
12481248
</a>
12491249

12501250
</div>

previews/pr-270/api/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -811,7 +811,7 @@
811811
href="./commands/phpdoc.html"
812812
class="nav-link flex-grow-1 px-3 py-1 rounded-2 link-body-emphasis small"
813813
>
814-
docheader
814+
phpdoc
815815
</a>
816816

817817
</div>
@@ -1244,7 +1244,7 @@
12441244
href="./advanced/rector-and-phpdoc.html"
12451245
class="nav-link flex-grow-1 px-3 py-1 rounded-2 link-body-emphasis small"
12461246
>
1247-
Rector and Docheader Automation
1247+
Rector and PHPDoc Automation
12481248
</a>
12491249

12501250
</div>

previews/pr-270/api/phpunit-support.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -811,7 +811,7 @@
811811
href="./commands/phpdoc.html"
812812
class="nav-link flex-grow-1 px-3 py-1 rounded-2 link-body-emphasis small"
813813
>
814-
docheader
814+
phpdoc
815815
</a>
816816

817817
</div>
@@ -1244,7 +1244,7 @@
12441244
href="./advanced/rector-and-phpdoc.html"
12451245
class="nav-link flex-grow-1 px-3 py-1 rounded-2 link-body-emphasis small"
12461246
>
1247-
Rector and Docheader Automation
1247+
Rector and PHPDoc Automation
12481248
</a>
12491249

12501250
</div>

previews/pr-270/api/rector-rules.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -811,7 +811,7 @@
811811
href="./commands/phpdoc.html"
812812
class="nav-link flex-grow-1 px-3 py-1 rounded-2 link-body-emphasis small"
813813
>
814-
docheader
814+
phpdoc
815815
</a>
816816

817817
</div>
@@ -1244,7 +1244,7 @@
12441244
href="./advanced/rector-and-phpdoc.html"
12451245
class="nav-link flex-grow-1 px-3 py-1 rounded-2 link-body-emphasis small"
12461246
>
1247-
Rector and Docheader Automation
1247+
Rector and PHPDoc Automation
12481248
</a>
12491249

12501250
</div>

0 commit comments

Comments
 (0)