Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit c340502

Browse filesBrowse files
committed
[CS] Enable phpdoc_types_order
1 parent c57e4e1 commit c340502
Copy full SHA for c340502

File tree

Expand file treeCollapse file tree

1 file changed

+2
-0
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+2
-0
lines changed

‎.php_cs.dist

Copy file name to clipboardExpand all lines: .php_cs.dist
+2Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ return PhpCsFixer\Config::create()
1919
'self_accessor' => false,
2020
// Part of @Symfony:risky in PHP-CS-Fixer 2.13.0. To be removed from the config file once upgrading
2121
'native_function_invocation' => array('include' => array('@compiler_optimized'), 'scope' => 'namespaced'),
22+
// Part of future @Symfony ruleset in PHP-CS-Fixer To be removed from the config file once upgrading
23+
'phpdoc_types_order' => array('null_adjustment' => 'always_last', 'sort_algorithm' => 'none'),
2224
))
2325
->setRiskyAllowed(true)
2426
->setFinder(

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.