|
27 | 27 | <div class="clearfix"> |
28 | 28 | <div class="logo_header"><a href="/">PHP Coding Standards Fixer</a></div> |
29 | 29 | <h1 class="title_header"> |
30 | | - <strong>Space Sets (v3.64.0)</strong> edition |
| 30 | + <strong>Persian Successor (v3.65.0)</strong> edition |
31 | 31 | </h1> |
32 | 32 | </div> |
33 | 33 | </div> |
@@ -60,7 +60,7 @@ <h2>No config<a class="headerlink" href="#no-config" title="Permalink to this he |
60 | 60 | </div> |
61 | 61 | <p>It is also possible to provide command line options to customize rules, yet instead of using them, |
62 | 62 | it’s recommended to save the project configuration in a <code class="docutils literal notranslate"><span class="pre">.php-cs-fixer.dist.php</span></code> file in the root directory of your project. |
63 | | -The file must return an instance of <a class="reference external" href="https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/blob/v3.64.0/src/ConfigInterface.php">PhpCsFixer\ConfigInterface</a> |
| 63 | +The file must return an instance of <a class="reference external" href="https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/blob/v3.65.0/src/ConfigInterface.php">PhpCsFixer\ConfigInterface</a> |
64 | 64 | which lets you configure the rules, the files and directories that |
65 | 65 | need to be analyzed. You may also create <code class="docutils literal notranslate"><span class="pre">.php-cs-fixer.php</span></code> file, which is |
66 | 66 | the local configuration that will be used instead of the project configuration. It |
@@ -147,7 +147,7 @@ <h2>Configuring rules<a class="headerlink" href="#configuring-rules" title="Perm |
147 | 147 | <span class="k">return</span> <span class="p">(</span><span class="k">new</span> <span class="nx">PhpCsFixer\Config</span><span class="p">())</span> |
148 | 148 | <span class="o">-></span><span class="na">setRules</span><span class="p">([</span> |
149 | 149 | <span class="s1">'@PhpCsFixer'</span> <span class="o">=></span> <span class="k">true</span><span class="p">,</span> |
150 | | - <span class="s1">'comment_type'</span> <span class="o">=></span> <span class="k">false</span><span class="p">,</span> |
| 150 | + <span class="s1">'align_multiline_comment'</span> <span class="o">=></span> <span class="k">false</span><span class="p">,</span> |
151 | 151 | <span class="p">])</span> |
152 | 152 | <span class="o">-></span><span class="na">setFinder</span><span class="p">(</span><span class="nv">$finder</span><span class="p">)</span> |
153 | 153 | <span class="p">;</span> |
|
0 commit comments