Skip to content

Commit

Permalink
DX: regenerate docs
Browse files Browse the repository at this point in the history
  • Loading branch information
jrmajor committed Oct 26, 2021
1 parent 2282dad commit 6cc6ef4
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions doc/list.rst
Expand Up @@ -1167,6 +1167,18 @@ List of Available Rules

All instances created with new keyword must be followed by braces.

Configuration options:

- | ``named_class``
| Whether named classes should be followed by parentheses.
| Allowed types: ``bool``
| Default value: ``true``
- | ``anonymous_class``
| Whether anonymous classes should be followed by parentheses.
| Allowed types: ``bool``
| Default value: ``true``

Part of rule sets `@PSR12 <./ruleSets/PSR12.rst>`_ `@PhpCsFixer <./ruleSets/PhpCsFixer.rst>`_ `@Symfony <./ruleSets/Symfony.rst>`_

`Source PhpCsFixer\\Fixer\\Operator\\NewWithBracesFixer <./../src/Fixer/Operator/NewWithBracesFixer.php>`_
Expand Down

0 comments on commit 6cc6ef4

Please sign in to comment.