File tree Expand file tree Collapse file tree 3 files changed +21
-0
lines changed
Expand file tree Collapse file tree 3 files changed +21
-0
lines changed Original file line number Diff line number Diff line change @@ -435,9 +435,16 @@ public function __construct()
435435 'phpdoc_add_missing_param_annotation ' => ['only_untyped ' => true ],
436436 'phpdoc_align ' => [
437437 'align ' => 'vertical ' ,
438+ 'spacing ' => 1 ,
438439 'tags ' => [
439440 'method ' ,
440441 'param ' ,
442+ 'phpstan-assert ' ,
443+ 'phpstan-assert-if-true ' ,
444+ 'phpstan-assert-if-false ' ,
445+ 'phpstan-param ' ,
446+ 'phpstan-property ' ,
447+ 'phpstan-return ' ,
441448 'property ' ,
442449 'return ' ,
443450 'throws ' ,
Original file line number Diff line number Diff line change @@ -435,9 +435,16 @@ public function __construct()
435435 'phpdoc_add_missing_param_annotation ' => ['only_untyped ' => true ],
436436 'phpdoc_align ' => [
437437 'align ' => 'vertical ' ,
438+ 'spacing ' => 1 ,
438439 'tags ' => [
439440 'method ' ,
440441 'param ' ,
442+ 'phpstan-assert ' ,
443+ 'phpstan-assert-if-true ' ,
444+ 'phpstan-assert-if-false ' ,
445+ 'phpstan-param ' ,
446+ 'phpstan-property ' ,
447+ 'phpstan-return ' ,
441448 'property ' ,
442449 'return ' ,
443450 'throws ' ,
Original file line number Diff line number Diff line change @@ -435,9 +435,16 @@ public function __construct()
435435 'phpdoc_add_missing_param_annotation ' => ['only_untyped ' => true ],
436436 'phpdoc_align ' => [
437437 'align ' => 'vertical ' ,
438+ 'spacing ' => 1 ,
438439 'tags ' => [
439440 'method ' ,
440441 'param ' ,
442+ 'phpstan-assert ' ,
443+ 'phpstan-assert-if-true ' ,
444+ 'phpstan-assert-if-false ' ,
445+ 'phpstan-param ' ,
446+ 'phpstan-property ' ,
447+ 'phpstan-return ' ,
441448 'property ' ,
442449 'return ' ,
443450 'throws ' ,
You can’t perform that action at this time.
0 commit comments