Skip to content

Commit

Permalink
bump to v3.38.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Nov 7, 2023
1 parent 571c794 commit d91c033
Show file tree
Hide file tree
Showing 332 changed files with 361 additions and 345 deletions.
2 changes: 1 addition & 1 deletion 404.html
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
<div class="clearfix">
<div class="logo_header"><a href="/">PHP Coding Standards Fixer</a></div>
<h1 class="title_header">
<strong>ParaCache (v3.37.1)</strong> edition
<strong>CI Marathon (v3.38.0)</strong> edition
</h1>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion doc/config.html
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
<div class="clearfix">
<div class="logo_header"><a href="/">PHP Coding Standards Fixer</a></div>
<h1 class="title_header">
<strong>ParaCache (v3.37.1)</strong> edition
<strong>CI Marathon (v3.38.0)</strong> edition
</h1>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion doc/cookbook_fixers.html
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
<div class="clearfix">
<div class="logo_header"><a href="/">PHP Coding Standards Fixer</a></div>
<h1 class="title_header">
<strong>ParaCache (v3.37.1)</strong> edition
<strong>CI Marathon (v3.38.0)</strong> edition
</h1>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion doc/custom_rules.html
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
<div class="clearfix">
<div class="logo_header"><a href="/">PHP Coding Standards Fixer</a></div>
<h1 class="title_header">
<strong>ParaCache (v3.37.1)</strong> edition
<strong>CI Marathon (v3.38.0)</strong> edition
</h1>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion doc/installation.html
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
<div class="clearfix">
<div class="logo_header"><a href="/">PHP Coding Standards Fixer</a></div>
<h1 class="title_header">
<strong>ParaCache (v3.37.1)</strong> edition
<strong>CI Marathon (v3.38.0)</strong> edition
</h1>
</div>
</div>
Expand Down
8 changes: 5 additions & 3 deletions doc/list.html
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
<div class="clearfix">
<div class="logo_header"><a href="/">PHP Coding Standards Fixer</a></div>
<h1 class="title_header">
<strong>ParaCache (v3.37.1)</strong> edition
<strong>CI Marathon (v3.38.0)</strong> edition
</h1>
</div>
</div>
Expand Down Expand Up @@ -1302,7 +1302,9 @@ <h1>List of Available Rules<a class="headerlink" href="#list-of-available-rules"
</li>
<li><p><a class="reference internal" href="rules/operator/long_to_shorthand_operator.html"><span class="doc">long_to_shorthand_operator</span></a></p>
<p>Shorthand notation for operators should be used if possible.</p>
<p>Part of rule sets <a class="reference internal" href="ruleSets/PhpCsFixer.html"><span class="doc">&#64;PhpCsFixer</span></a> <a class="reference internal" href="ruleSets/Symfony.html"><span class="doc">&#64;Symfony</span></a></p>
<p><em>warning risky</em> Risky when applying for string offsets (e.g. <code class="docutils literal notranslate"><span class="pre">&lt;?php</span> <span class="pre">$text</span> <span class="pre">=</span> <span class="pre">&quot;foo&quot;;</span> <span class="pre">$text[0]</span>
<span class="pre">=</span> <span class="pre">$text[0]</span> <span class="pre">&amp;</span> <span class="pre">&quot;\x7F&quot;;</span></code>).</p>
<p>Part of rule sets <a class="reference internal" href="ruleSets/PhpCsFixerRisky.html"><span class="doc">&#64;PhpCsFixer:risky</span></a> <a class="reference internal" href="ruleSets/SymfonyRisky.html"><span class="doc">&#64;Symfony:risky</span></a></p>
<p><a class="reference external" href="./../src/Fixer/Operator/LongToShorthandOperatorFixer.php">Source PhpCsFixer\Fixer\Operator\LongToShorthandOperatorFixer</a></p>
</li>
<li><p><a class="reference internal" href="rules/cast_notation/lowercase_cast.html"><span class="doc">lowercase_cast</span></a></p>
Expand Down Expand Up @@ -2458,7 +2460,7 @@ <h1>List of Available Rules<a class="headerlink" href="#list-of-available-rules"
<div class="line"><code class="docutils literal notranslate"><span class="pre">groups</span></code></div>
<div class="line">Sets of annotation types to be grouped together. Use <code class="docutils literal notranslate"><span class="pre">*</span></code> to match any tag character.</div>
<div class="line">Allowed types: <code class="docutils literal notranslate"><span class="pre">string[][]</span></code></div>
<div class="line">Default value: <code class="docutils literal notranslate"><span class="pre">[['deprecated',</span> <span class="pre">'link',</span> <span class="pre">'see',</span> <span class="pre">'since'],</span> <span class="pre">['author',</span> <span class="pre">'copyright',</span> <span class="pre">'license'],</span> <span class="pre">['category',</span> <span class="pre">'package',</span> <span class="pre">'subpackage'],</span> <span class="pre">['property',</span> <span class="pre">'property-read',</span> <span class="pre">'property-write']]</span></code></div>
<div class="line">Default value: <code class="docutils literal notranslate"><span class="pre">[['author',</span> <span class="pre">'copyright',</span> <span class="pre">'license'],</span> <span class="pre">['category',</span> <span class="pre">'package',</span> <span class="pre">'subpackage'],</span> <span class="pre">['property',</span> <span class="pre">'property-read',</span> <span class="pre">'property-write'],</span> <span class="pre">['deprecated',</span> <span class="pre">'link',</span> <span class="pre">'see',</span> <span class="pre">'since']]</span></code></div>
</div>
</li>
<li><div class="line-block">
Expand Down
2 changes: 1 addition & 1 deletion doc/ruleSets/DoctrineAnnotation.html
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
<div class="clearfix">
<div class="logo_header"><a href="/">PHP Coding Standards Fixer</a></div>
<h1 class="title_header">
<strong>ParaCache (v3.37.1)</strong> edition
<strong>CI Marathon (v3.38.0)</strong> edition
</h1>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion doc/ruleSets/PER-CS.html
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
<div class="clearfix">
<div class="logo_header"><a href="/">PHP Coding Standards Fixer</a></div>
<h1 class="title_header">
<strong>ParaCache (v3.37.1)</strong> edition
<strong>CI Marathon (v3.38.0)</strong> edition
</h1>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion doc/ruleSets/PER-CS1.0.html
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
<div class="clearfix">
<div class="logo_header"><a href="/">PHP Coding Standards Fixer</a></div>
<h1 class="title_header">
<strong>ParaCache (v3.37.1)</strong> edition
<strong>CI Marathon (v3.38.0)</strong> edition
</h1>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion doc/ruleSets/PER-CS1.0Risky.html
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
<div class="clearfix">
<div class="logo_header"><a href="/">PHP Coding Standards Fixer</a></div>
<h1 class="title_header">
<strong>ParaCache (v3.37.1)</strong> edition
<strong>CI Marathon (v3.38.0)</strong> edition
</h1>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion doc/ruleSets/PER-CS2.0.html
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
<div class="clearfix">
<div class="logo_header"><a href="/">PHP Coding Standards Fixer</a></div>
<h1 class="title_header">
<strong>ParaCache (v3.37.1)</strong> edition
<strong>CI Marathon (v3.38.0)</strong> edition
</h1>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion doc/ruleSets/PER-CS2.0Risky.html
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
<div class="clearfix">
<div class="logo_header"><a href="/">PHP Coding Standards Fixer</a></div>
<h1 class="title_header">
<strong>ParaCache (v3.37.1)</strong> edition
<strong>CI Marathon (v3.38.0)</strong> edition
</h1>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion doc/ruleSets/PER-CSRisky.html
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
<div class="clearfix">
<div class="logo_header"><a href="/">PHP Coding Standards Fixer</a></div>
<h1 class="title_header">
<strong>ParaCache (v3.37.1)</strong> edition
<strong>CI Marathon (v3.38.0)</strong> edition
</h1>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion doc/ruleSets/PER.html
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
<div class="clearfix">
<div class="logo_header"><a href="/">PHP Coding Standards Fixer</a></div>
<h1 class="title_header">
<strong>ParaCache (v3.37.1)</strong> edition
<strong>CI Marathon (v3.38.0)</strong> edition
</h1>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion doc/ruleSets/PERRisky.html
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
<div class="clearfix">
<div class="logo_header"><a href="/">PHP Coding Standards Fixer</a></div>
<h1 class="title_header">
<strong>ParaCache (v3.37.1)</strong> edition
<strong>CI Marathon (v3.38.0)</strong> edition
</h1>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion doc/ruleSets/PHP54Migration.html
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
<div class="clearfix">
<div class="logo_header"><a href="/">PHP Coding Standards Fixer</a></div>
<h1 class="title_header">
<strong>ParaCache (v3.37.1)</strong> edition
<strong>CI Marathon (v3.38.0)</strong> edition
</h1>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion doc/ruleSets/PHP56MigrationRisky.html
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
<div class="clearfix">
<div class="logo_header"><a href="/">PHP Coding Standards Fixer</a></div>
<h1 class="title_header">
<strong>ParaCache (v3.37.1)</strong> edition
<strong>CI Marathon (v3.38.0)</strong> edition
</h1>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion doc/ruleSets/PHP70Migration.html
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
<div class="clearfix">
<div class="logo_header"><a href="/">PHP Coding Standards Fixer</a></div>
<h1 class="title_header">
<strong>ParaCache (v3.37.1)</strong> edition
<strong>CI Marathon (v3.38.0)</strong> edition
</h1>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion doc/ruleSets/PHP70MigrationRisky.html
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
<div class="clearfix">
<div class="logo_header"><a href="/">PHP Coding Standards Fixer</a></div>
<h1 class="title_header">
<strong>ParaCache (v3.37.1)</strong> edition
<strong>CI Marathon (v3.38.0)</strong> edition
</h1>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion doc/ruleSets/PHP71Migration.html
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
<div class="clearfix">
<div class="logo_header"><a href="/">PHP Coding Standards Fixer</a></div>
<h1 class="title_header">
<strong>ParaCache (v3.37.1)</strong> edition
<strong>CI Marathon (v3.38.0)</strong> edition
</h1>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion doc/ruleSets/PHP71MigrationRisky.html
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
<div class="clearfix">
<div class="logo_header"><a href="/">PHP Coding Standards Fixer</a></div>
<h1 class="title_header">
<strong>ParaCache (v3.37.1)</strong> edition
<strong>CI Marathon (v3.38.0)</strong> edition
</h1>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion doc/ruleSets/PHP73Migration.html
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
<div class="clearfix">
<div class="logo_header"><a href="/">PHP Coding Standards Fixer</a></div>
<h1 class="title_header">
<strong>ParaCache (v3.37.1)</strong> edition
<strong>CI Marathon (v3.38.0)</strong> edition
</h1>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion doc/ruleSets/PHP74Migration.html
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
<div class="clearfix">
<div class="logo_header"><a href="/">PHP Coding Standards Fixer</a></div>
<h1 class="title_header">
<strong>ParaCache (v3.37.1)</strong> edition
<strong>CI Marathon (v3.38.0)</strong> edition
</h1>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion doc/ruleSets/PHP74MigrationRisky.html
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
<div class="clearfix">
<div class="logo_header"><a href="/">PHP Coding Standards Fixer</a></div>
<h1 class="title_header">
<strong>ParaCache (v3.37.1)</strong> edition
<strong>CI Marathon (v3.38.0)</strong> edition
</h1>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion doc/ruleSets/PHP80Migration.html
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
<div class="clearfix">
<div class="logo_header"><a href="/">PHP Coding Standards Fixer</a></div>
<h1 class="title_header">
<strong>ParaCache (v3.37.1)</strong> edition
<strong>CI Marathon (v3.38.0)</strong> edition
</h1>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion doc/ruleSets/PHP80MigrationRisky.html
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
<div class="clearfix">
<div class="logo_header"><a href="/">PHP Coding Standards Fixer</a></div>
<h1 class="title_header">
<strong>ParaCache (v3.37.1)</strong> edition
<strong>CI Marathon (v3.38.0)</strong> edition
</h1>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion doc/ruleSets/PHP81Migration.html
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
<div class="clearfix">
<div class="logo_header"><a href="/">PHP Coding Standards Fixer</a></div>
<h1 class="title_header">
<strong>ParaCache (v3.37.1)</strong> edition
<strong>CI Marathon (v3.38.0)</strong> edition
</h1>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion doc/ruleSets/PHP82Migration.html
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
<div class="clearfix">
<div class="logo_header"><a href="/">PHP Coding Standards Fixer</a></div>
<h1 class="title_header">
<strong>ParaCache (v3.37.1)</strong> edition
<strong>CI Marathon (v3.38.0)</strong> edition
</h1>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion doc/ruleSets/PHPUnit100MigrationRisky.html
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
<div class="clearfix">
<div class="logo_header"><a href="/">PHP Coding Standards Fixer</a></div>
<h1 class="title_header">
<strong>ParaCache (v3.37.1)</strong> edition
<strong>CI Marathon (v3.38.0)</strong> edition
</h1>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion doc/ruleSets/PHPUnit30MigrationRisky.html
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
<div class="clearfix">
<div class="logo_header"><a href="/">PHP Coding Standards Fixer</a></div>
<h1 class="title_header">
<strong>ParaCache (v3.37.1)</strong> edition
<strong>CI Marathon (v3.38.0)</strong> edition
</h1>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion doc/ruleSets/PHPUnit32MigrationRisky.html
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
<div class="clearfix">
<div class="logo_header"><a href="/">PHP Coding Standards Fixer</a></div>
<h1 class="title_header">
<strong>ParaCache (v3.37.1)</strong> edition
<strong>CI Marathon (v3.38.0)</strong> edition
</h1>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion doc/ruleSets/PHPUnit35MigrationRisky.html
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
<div class="clearfix">
<div class="logo_header"><a href="/">PHP Coding Standards Fixer</a></div>
<h1 class="title_header">
<strong>ParaCache (v3.37.1)</strong> edition
<strong>CI Marathon (v3.38.0)</strong> edition
</h1>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion doc/ruleSets/PHPUnit43MigrationRisky.html
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
<div class="clearfix">
<div class="logo_header"><a href="/">PHP Coding Standards Fixer</a></div>
<h1 class="title_header">
<strong>ParaCache (v3.37.1)</strong> edition
<strong>CI Marathon (v3.38.0)</strong> edition
</h1>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion doc/ruleSets/PHPUnit48MigrationRisky.html
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
<div class="clearfix">
<div class="logo_header"><a href="/">PHP Coding Standards Fixer</a></div>
<h1 class="title_header">
<strong>ParaCache (v3.37.1)</strong> edition
<strong>CI Marathon (v3.38.0)</strong> edition
</h1>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion doc/ruleSets/PHPUnit50MigrationRisky.html
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
<div class="clearfix">
<div class="logo_header"><a href="/">PHP Coding Standards Fixer</a></div>
<h1 class="title_header">
<strong>ParaCache (v3.37.1)</strong> edition
<strong>CI Marathon (v3.38.0)</strong> edition
</h1>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion doc/ruleSets/PHPUnit52MigrationRisky.html
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
<div class="clearfix">
<div class="logo_header"><a href="/">PHP Coding Standards Fixer</a></div>
<h1 class="title_header">
<strong>ParaCache (v3.37.1)</strong> edition
<strong>CI Marathon (v3.38.0)</strong> edition
</h1>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion doc/ruleSets/PHPUnit54MigrationRisky.html
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
<div class="clearfix">
<div class="logo_header"><a href="/">PHP Coding Standards Fixer</a></div>
<h1 class="title_header">
<strong>ParaCache (v3.37.1)</strong> edition
<strong>CI Marathon (v3.38.0)</strong> edition
</h1>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion doc/ruleSets/PHPUnit55MigrationRisky.html
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
<div class="clearfix">
<div class="logo_header"><a href="/">PHP Coding Standards Fixer</a></div>
<h1 class="title_header">
<strong>ParaCache (v3.37.1)</strong> edition
<strong>CI Marathon (v3.38.0)</strong> edition
</h1>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion doc/ruleSets/PHPUnit56MigrationRisky.html
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
<div class="clearfix">
<div class="logo_header"><a href="/">PHP Coding Standards Fixer</a></div>
<h1 class="title_header">
<strong>ParaCache (v3.37.1)</strong> edition
<strong>CI Marathon (v3.38.0)</strong> edition
</h1>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion doc/ruleSets/PHPUnit57MigrationRisky.html
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
<div class="clearfix">
<div class="logo_header"><a href="/">PHP Coding Standards Fixer</a></div>
<h1 class="title_header">
<strong>ParaCache (v3.37.1)</strong> edition
<strong>CI Marathon (v3.38.0)</strong> edition
</h1>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion doc/ruleSets/PHPUnit60MigrationRisky.html
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
<div class="clearfix">
<div class="logo_header"><a href="/">PHP Coding Standards Fixer</a></div>
<h1 class="title_header">
<strong>ParaCache (v3.37.1)</strong> edition
<strong>CI Marathon (v3.38.0)</strong> edition
</h1>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion doc/ruleSets/PHPUnit75MigrationRisky.html
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
<div class="clearfix">
<div class="logo_header"><a href="/">PHP Coding Standards Fixer</a></div>
<h1 class="title_header">
<strong>ParaCache (v3.37.1)</strong> edition
<strong>CI Marathon (v3.38.0)</strong> edition
</h1>
</div>
</div>
Expand Down
Loading

0 comments on commit d91c033

Please sign in to comment.