Skip to content

Commit

Permalink
Add regression test
Browse files Browse the repository at this point in the history
  • Loading branch information
Jean85 committed Jan 14, 2022
1 parent 333f15e commit 6478cdc
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions tests/Fixtures/Integration/misc/phpdoc_types_order.test
@@ -0,0 +1,19 @@
--TEST--
Integration of fixer: phpdoc_types_order
--RULESET--
{
"phpdoc_types_order": {
"null_adjustment": "always_last",
"sort_algorithm": "alpha"
}
}
--EXPECT--
<?php

/** @var Foo & Bar */
$intersection;
--INPUT--
<?php

/** @var Foo & Bar */
$intersection;

0 comments on commit 6478cdc

Please sign in to comment.