.. |
align_multiline_comment,phpdoc_trim_consecutive_blank_line_separation.test
|
556c3717b8
PhpdocTrimConsecutiveBlankLineSeparationFixer - must run after AlignMultilineCommentFixer
|
4 лет назад |
array_indentation,align_multiline_comment.test
|
bd51b5171b
Add priority to AlignMultilineCommentFixer
|
6 лет назад |
array_indentation,braces.test
|
5134589586
Add ArrayIndentationFixer
|
7 лет назад |
array_syntax,binary_operator_spaces.test
|
d86d400937
BinaryOperatorSpacesFixer - redo.
|
7 лет назад |
array_syntax,ternary_operator_spaces.test
|
b1a3c43dbf
Require PHP 5.6+
|
8 лет назад |
backtick_to_shell_exec,escape_implicit_backslashes.test
|
45e7c8525d
Add BacktickToShellExecFixer
|
7 лет назад |
backtick_to_shell_exec,explicit_string_variable.test
|
88374e7869
ExplicitStringVariableFixer - fix case of 2 variables next to each other
|
6 лет назад |
backtick_to_shell_exec,native_function_invocation.test
|
7e5ffd7bc7
BacktickToShellExecFixer - add priority relation to NativeFunctionInvocationFixer and SingleQuoteFixer
|
4 лет назад |
backtick_to_shell_exec,single_quote.test
|
7e5ffd7bc7
BacktickToShellExecFixer - add priority relation to NativeFunctionInvocationFixer and SingleQuoteFixer
|
4 лет назад |
binary_operator_spaces,array_indentation.test
|
02e9a36c97
ArrayIndentationFixer: priority bug with BinaryOperatorSpacesFixer and MethodChainingIndentationFixer
|
7 лет назад |
blank_line_after_opening_tag,no_blank_lines_before_namespace.test
|
b7919efb43
update integration test format
|
8 лет назад |
braces,method_argument_space.test
|
b15f4c3ffa
Fix "braces" and "method_argument_space" priority
|
5 лет назад |
braces,method_chaining_indentation.test
|
c0358e8482
Priority: Braces before MethodChainingIndentation
|
6 лет назад |
class_attributes_separation,braces.test
|
9b00309c5e
NoSuperfluousPhpdocTagsFixer,PhpdocAddMissingParamAnnotationFixer - p…
|
5 лет назад |
class_attributes_separation,indentation_type.test
|
9b00309c5e
NoSuperfluousPhpdocTagsFixer,PhpdocAddMissingParamAnnotationFixer - p…
|
5 лет назад |
class_keyword_remove,no_unused_imports.test
|
b1a3c43dbf
Require PHP 5.6+
|
8 лет назад |
combine_consecutive_issets,multiline_whitespace_before_semicolons.test
|
52c428f9da
Add MultilineWhitespaceBeforeSemicolonsFixer
|
7 лет назад |
combine_consecutive_issets,no_singleline_whitespace_before_semicolons.test
|
17cf065471
Add CombineConsecutiveIssetsFixer
|
7 лет назад |
combine_consecutive_issets,no_spaces_inside_parenthesis.test
|
4a8d8c55c4
CombineConsecutiveIssetsFixer - fix priority vs. NoSpacesInsideParenthesisFixer.
|
7 лет назад |
combine_consecutive_issets,no_trailing_whitespace.test
|
17cf065471
Add CombineConsecutiveIssetsFixer
|
7 лет назад |
combine_consecutive_issets,no_whitespace_in_blank_line.test
|
17cf065471
Add CombineConsecutiveIssetsFixer
|
7 лет назад |
combine_consecutive_unsets,no_extra_blank_lines.test
|
62734ae9cd
no_extra_consecutive_blank_lines - rename to no_extra_blank_lines
|
7 лет назад |
combine_consecutive_unsets,no_trailing_whitespace.test
|
b7919efb43
update integration test format
|
8 лет назад |
combine_consecutive_unsets,no_whitespace_in_blank_line.test
|
b7919efb43
update integration test format
|
8 лет назад |
combine_consecutive_unsets,space_after_semicolon.test
|
b7919efb43
update integration test format
|
8 лет назад |
combine_nested_dirname,method_argument_space.test
|
496ea0b246
[7.3] CombineNestedDirnameFixer - support PHP 7.3
|
6 лет назад |
combine_nested_dirname,no_spaces_inside_parenthesis.test
|
afa4ca80b4
CombineNestedDirnameFixer - Add space after comma
|
5 лет назад |
concat_space,single_line_throw.test
|
4a94eb7b51
Add SingleLineThrowFixer
|
5 лет назад |
declare_strict_types,blank_line_after_opening_tag.test
|
909b5136f4
Fix priorities between declare_strict_types and blank_line_after_opening_tag
|
8 лет назад |
declare_strict_types,declare_equal_normalize.test
|
b177e67f04
DeclareStrictTypesFixer - fix bug of removing line
|
7 лет назад |
declare_strict_types,header_comment.test
|
4b7d604efb
DX: HeaderCommentFixer - use non-aliased version of option name in code
|
5 лет назад |
dir_constant,combine_nested_dirname.test
|
afa4ca80b4
CombineNestedDirnameFixer - Add space after comma
|
5 лет назад |
doctrine_annotation_array_assignment,doctrine_annotation_spaces.test
|
cd1b2ee245
DoctrineAnnotationSpaces - split assignments options
|
7 лет назад |
elseif,braces.test
|
9b00309c5e
NoSuperfluousPhpdocTagsFixer,PhpdocAddMissingParamAnnotationFixer - p…
|
5 лет назад |
escape_implicit_backslashes,heredoc_to_nowdoc.test
|
9b00309c5e
NoSuperfluousPhpdocTagsFixer,PhpdocAddMissingParamAnnotationFixer - p…
|
5 лет назад |
escape_implicit_backslashes,single_quote.test
|
7f8b71c8e1
SingleQuoteFixer - fix single quote char
|
7 лет назад |
escape_implicit_backslashes,single_quote_2.test
|
7f8b71c8e1
SingleQuoteFixer - fix single quote char
|
7 лет назад |
explicit_string_variable,simple_to_complex_string_variable.test
|
9b00309c5e
NoSuperfluousPhpdocTagsFixer,PhpdocAddMissingParamAnnotationFixer - p…
|
5 лет назад |
final_internal_class,final_static_access.test
|
58e7a8dc46
FinalStaticAccessFixer - Introduction
|
5 лет назад |
final_internal_class,protected_to_private.test
|
2821dd2303
FinalInternalClassFixer - must run before ProtectedToPrivateFixer
|
4 лет назад |
final_internal_class,self_static_accessor.test
|
1a2a83a550
Add SelfStaticAccessorFixer
|
5 лет назад |
fully_qualified_strict_types,no_superfluous_phpdoc_tags.test
|
fa1719456a
FullyQualifiedStrictTypesFixer - NoSuperfluousPhpdocTagsFixer - Priority
|
6 лет назад |
fully_qualified_strict_types,phpdoc_to_return_type.test
|
d7a409c10d
Add PhpdocToReturnTypeFixer
|
6 лет назад |
function_declaration,method_argument_space.test
|
ca36da50c7
DX: test relation between function_declaration and method_argument_space
|
4 лет назад |
function_to_constant,no_extra_blank_lines.test
|
62734ae9cd
no_extra_consecutive_blank_lines - rename to no_extra_blank_lines
|
7 лет назад |
function_to_constant,no_singleline_whitespace_before_semicolons.test
|
48d0a390cf
Add FunctionToConstantFixer
|
8 лет назад |
function_to_constant,no_trailing_whitespace.test
|
48d0a390cf
Add FunctionToConstantFixer
|
8 лет назад |
function_to_constant,no_whitespace_in_blank_line.test
|
48d0a390cf
Add FunctionToConstantFixer
|
8 лет назад |
function_to_constant,self_static_accessor.test
|
1a2a83a550
Add SelfStaticAccessorFixer
|
5 лет назад |
general_phpdoc_annotation_remove,no_empty_phpdoc.test
|
249689dceb
Add tests for general_phpdoc_annotation_remove
|
7 лет назад |
general_phpdoc_annotation_remove,phpdoc_line_span.test
|
649ea588ec
PhpdocLineSpanFixer - Introduction
|
5 лет назад |
general_phpdoc_annotation_remove,phpdoc_separation.test
|
249689dceb
Add tests for general_phpdoc_annotation_remove
|
7 лет назад |
general_phpdoc_annotation_remove,phpdoc_trim.test
|
249689dceb
Add tests for general_phpdoc_annotation_remove
|
7 лет назад |
general_phpdoc_tag_rename,phpdoc_add_missing_param_annotation.test
|
5c7e36e243
PHP8 care package master
|
4 лет назад |
global_namespace_import,no_unused_imports.test
|
41fe1f493b
GlobalNamespaceImportFixer - Introduction
|
5 лет назад |
global_namespace_import,ordered_imports.test
|
41fe1f493b
GlobalNamespaceImportFixer - Introduction
|
5 лет назад |
implode_call,method_argument_space.test
|
9b00309c5e
NoSuperfluousPhpdocTagsFixer,PhpdocAddMissingParamAnnotationFixer - p…
|
5 лет назад |
increment_style,standardize_increment.test
|
7dc0d99db8
Implement StandardizeIncrementFixer
|
7 лет назад |
indentation_type,phpdoc_indent.test
|
1a34066f4b
Fix file permissions
|
4 лет назад |
is_null,yoda_style.test
|
25fb8e9644
IsNullFixer must be run before YodaStyleFixer
|
7 лет назад |
lambda_not_used_import,no_spaces_inside_parenthesis.test
|
6d4064fb9c
LambdaNotUsedImportFixer - introduction
|
5 лет назад |
line_ending,braces.test
|
33f5fcd36b
Define priority between LineEndingFixer and BracesFixer
|
6 лет назад |
line_ending,braces.test-in.php
|
33f5fcd36b
Define priority between LineEndingFixer and BracesFixer
|
6 лет назад |
line_ending,braces.test-out.php
|
33f5fcd36b
Define priority between LineEndingFixer and BracesFixer
|
6 лет назад |
list_syntax,binary_operator_spaces.test
|
d86d400937
BinaryOperatorSpacesFixer - redo.
|
7 лет назад |
list_syntax,ternary_operator_spaces.test
|
f55e705345
Add ListSyntaxFixer
|
8 лет назад |
method_argument_space,array_indentation.test
|
c4c3720fa1
ArrayIndentationFixer - must run after MethodArgumentSpaceFixer
|
4 лет назад |
method_chaining_indentation,array_indentation.test
|
a6bd13c863
MethodChainingIndentationFixer should run before ArrayIndentationFixer
|
6 лет назад |
method_chaining_indentation,method_argument_space.test
|
a1ad766516
Fix: MethodArgumentSpaceFixer must run after MethodChainingIndentationFixer
|
4 лет назад |
method_separation,braces.test
|
81512e2445
DX: add missing priority tests
|
5 лет назад |
method_separation,indentation_type.test
|
9b00309c5e
NoSuperfluousPhpdocTagsFixer,PhpdocAddMissingParamAnnotationFixer - p…
|
5 лет назад |
multiline_whitespace_before_semicolons,space_after_semicolon.test
|
52c428f9da
Add MultilineWhitespaceBeforeSemicolonsFixer
|
7 лет назад |
native_constant_invocation,global_namespace_import.test
|
41fe1f493b
GlobalNamespaceImportFixer - Introduction
|
5 лет назад |
native_function_invocation,global_namespace_import.test
|
41fe1f493b
GlobalNamespaceImportFixer - Introduction
|
5 лет назад |
no_alias_functions,implode_call.test
|
f063eae061
Add ImplodeCallFixer
|
6 лет назад |
no_alias_functions,php_unit_dedicate_assert.test
|
bdc0d83e40
Only fix in utest class scope
|
4 лет назад |
no_alternative_syntax,braces.test
|
37fe535825
Add NoAlternativeSyntaxFixer
|
7 лет назад |
no_alternative_syntax,elseif.test
|
9b00309c5e
NoSuperfluousPhpdocTagsFixer,PhpdocAddMissingParamAnnotationFixer - p…
|
5 лет назад |
no_alternative_syntax,no_superfluous_elseif.test
|
7813366924
Add more priority cases
|
5 лет назад |
no_alternative_syntax,no_useless_else.test
|
7813366924
Add more priority cases
|
5 лет назад |
no_alternative_syntax,switch_continue_to_break.test
|
e53ec307e8
SwitchContinueToBreakFixer - do not support alternative syntax
|
4 лет назад |
no_blank_lines_after_phpdoc,header_comment.test
|
df4c9b5a9b
DX: fix usage of deprecated options
|
5 лет назад |
no_blank_lines_after_phpdoc,single_blank_line_before_namespace.test
|
0d6f568ca2
Merge branch '1.12'
|
8 лет назад |
no_empty_comment,no_extra_blank_lines.test
|
62734ae9cd
no_extra_consecutive_blank_lines - rename to no_extra_blank_lines
|
7 лет назад |
no_empty_comment,no_trailing_whitespace.test
|
b7919efb43
update integration test format
|
8 лет назад |
no_empty_comment,no_whitespace_in_blank_line.test
|
b7919efb43
update integration test format
|
8 лет назад |
no_empty_phpdoc,no_extra_blank_lines.test
|
62734ae9cd
no_extra_consecutive_blank_lines - rename to no_extra_blank_lines
|
7 лет назад |
no_empty_phpdoc,no_trailing_whitespace.test
|
b7919efb43
update integration test format
|
8 лет назад |
no_empty_phpdoc,no_whitespace_in_blank_line.test
|
b7919efb43
update integration test format
|
8 лет назад |
no_empty_phpdoc,phpdoc_add_missing_param_annotation.test
|
9b00309c5e
NoSuperfluousPhpdocTagsFixer,PhpdocAddMissingParamAnnotationFixer - p…
|
5 лет назад |
no_empty_statement,braces.test
|
9b00309c5e
NoSuperfluousPhpdocTagsFixer,PhpdocAddMissingParamAnnotationFixer - p…
|
5 лет назад |
no_empty_statement,combine_consecutive_unsets.test
|
b7919efb43
update integration test format
|
8 лет назад |
no_empty_statement,multiline_whitespace_before_semicolons.test
|
9c8e5c4851
Add a handful of integration tests
|
6 лет назад |
no_empty_statement,no_extra_blank_lines.test
|
62734ae9cd
no_extra_consecutive_blank_lines - rename to no_extra_blank_lines
|
7 лет назад |
no_empty_statement,no_singleline_whitespace_before_semicolons.test
|
73adc320e7
Update integrations tests
|
6 лет назад |
no_empty_statement,no_trailing_whitespace.test
|
edddabb4f6
NoEmptyStatementFixer - fix more cases
|
4 лет назад |
no_empty_statement,no_useless_else.test
|
b7919efb43
update integration test format
|
8 лет назад |
no_empty_statement,no_useless_return.test
|
b7919efb43
update integration test format
|
8 лет назад |
no_empty_statement,no_whitespace_in_blank_line.test
|
b7919efb43
update integration test format
|
8 лет назад |
no_empty_statement,return_assignment.test
|
581ed46aea
Add ReturnAssignmentFixer
|
6 лет назад |
no_empty_statement,space_after_semicolon.test
|
b7919efb43
update integration test format
|
8 лет назад |
no_empty_statement,switch_case_semicolon_to_colon.test
|
b7919efb43
update integration test format
|
8 лет назад |
no_extra_blank_lines,blank_line_before_statement.test
|
2f1340a04b
BlankLineBeforeStatementFixer - Add case and default as options
|
6 лет назад |
no_leading_import_slash,ordered_imports.test
|
b7919efb43
update integration test format
|
8 лет назад |
no_mixed_echo_print,echo_tag_syntax.test
|
601899d7e5
Make condition more clear in buildLongToShortTokens
|
5 лет назад |
no_mixed_echo_print,no_short_echo_tag.test
|
3c72ea624e
Drop HHVM support
|
7 лет назад |
no_multiline_whitespace_around_double_arrow,binary_operator_spaces.test
|
d86d400937
BinaryOperatorSpacesFixer - redo.
|
7 лет назад |
no_multiline_whitespace_around_double_arrow,trailing_comma_in_multiline_array.test
|
42e38a66fd
Add missing priority test.
|
8 лет назад |
no_php4_constructor,ordered_class_elements.test
|
b7919efb43
update integration test format
|
8 лет назад |
no_short_bool_cast,cast_spaces.test
|
b7919efb43
update integration test format
|
8 лет назад |
no_spaces_after_function_name,function_to_constant.test
|
48d0a390cf
Add FunctionToConstantFixer
|
8 лет назад |
no_spaces_inside_parenthesis,function_to_constant.test
|
48d0a390cf
Add FunctionToConstantFixer
|
8 лет назад |
no_superfluous_elseif,simplified_if_return.test
|
ccd2e8e2ea
Preserve parenthesis: update integration tests
|
5 лет назад |
no_superfluous_phpdoc_tags,no_empty_phpdoc.test
|
b108c2686f
Add NoSuperfluousPhpdocTagsFixer
|
6 лет назад |
no_superfluous_phpdoc_tags,void_return.test
|
f27a841da2
VoidReturnFixer - must run after NoSuperfluousPhpdocTagsFixer
|
4 лет назад |
no_trailing_whitespace,no_unneeded_control_parentheses.test
|
b7919efb43
update integration test format
|
8 лет назад |
no_unneeded_curly_braces,no_useless_else.test
|
2d09c22836
Add NoUnneededCurlyBracesFixer.
|
7 лет назад |
no_unneeded_curly_braces,no_useless_return.test
|
2d09c22836
Add NoUnneededCurlyBracesFixer.
|
7 лет назад |
no_unneeded_curly_braces,return_assignment.test
|
4b3718e60a
2.15 - clean ups
|
5 лет назад |
no_unneeded_curly_braces,simplified_if_return.test
|
96b9cb04b2
tweaks
|
5 лет назад |
no_unset_cast,binary_operator_spaces.test
|
1d2f24b9d0
Always lint test cases with the stricter process linter
|
4 лет назад |
no_unset_on_property,combine_consecutive_unsets.test
|
9b00309c5e
NoSuperfluousPhpdocTagsFixer,PhpdocAddMissingParamAnnotationFixer - p…
|
5 лет назад |
no_unused_imports,blank_line_after_namespace.test
|
b7919efb43
update integration test format
|
8 лет назад |
no_unused_imports,blank_line_after_namespace_2.test
|
b7919efb43
update integration test format
|
8 лет назад |
no_unused_imports,no_extra_blank_lines.test
|
377d8cc5a5
NoExtraBlankLinesFixer - remove blank lines after open tag
|
6 лет назад |
no_unused_imports,single_line_after_imports.test
|
eef6ec0066
NoUnusedImportsFixer - SingleLineAfterImportsFixer - fix priority
|
5 лет назад |
no_useless_else,braces.test
|
c1bcff42b6
Add a handful of integration tests for 2.2
|
7 лет назад |
no_useless_else,combine_consecutive_unsets.test
|
b7919efb43
update integration test format
|
8 лет назад |
no_useless_else,no_break_comment.test
|
45e6a08d60
Priority test for NoBreakComment and NoUselessElse
|
4 лет назад |
no_useless_else,no_extra_blank_lines.test
|
62734ae9cd
no_extra_consecutive_blank_lines - rename to no_extra_blank_lines
|
7 лет назад |
no_useless_else,no_trailing_whitespace.test
|
b7919efb43
update integration test format
|
8 лет назад |
no_useless_else,no_useless_return.test
|
b7919efb43
update integration test format
|
8 лет назад |
no_useless_else,no_whitespace_in_blank_line.test
|
b7919efb43
update integration test format
|
8 лет назад |
no_useless_else,simplified_if_return.test
|
ccd2e8e2ea
Preserve parenthesis: update integration tests
|
5 лет назад |
no_useless_return,blank_line_before_return.test
|
b7919efb43
update integration test format
|
8 лет назад |
no_useless_return,blank_line_before_statement.test
|
a5036e09f3
BlankLineBeforeControlStatementFixer - rename to BlankLineBeforeStatementFixer, update the fixer
|
7 лет назад |
no_useless_return,no_extra_blank_lines.test
|
62734ae9cd
no_extra_consecutive_blank_lines - rename to no_extra_blank_lines
|
7 лет назад |
no_useless_return,no_whitespace_in_blank_line.test
|
b7919efb43
update integration test format
|
8 лет назад |
no_useless_return,single_line_comment_style.test
|
c262d5c795
Make single_line_comment_style runs after no_useless_return
|
4 лет назад |
no_useless_sprintf,method_argument_space.test
|
ecd152516d
NoUselessSprintfFixer - Introduction
|
4 лет назад |
no_useless_sprintf,no_empty_statement.test
|
9001badca0
clean ups
|
4 лет назад |
no_useless_sprintf,no_extra_blank_lines.test
|
ecd152516d
NoUselessSprintfFixer - Introduction
|
4 лет назад |
no_useless_sprintf,no_spaces_inside_parenthesis.test
|
ecd152516d
NoUselessSprintfFixer - Introduction
|
4 лет назад |
nullable_type_declaration_for_default_null_value,no_unreachable_default_argument_value.test
|
0dffadbab5
Add NullableTypeDeclarationForDefaultNullValueFixer
|
5 лет назад |
ordered_class_elements,class_attributes_separation.test
|
6ea1c4c5a7
MethodSeparationFixer - add class elements separation options
|
7 лет назад |
ordered_class_elements,method_separation.test
|
b7919efb43
update integration test format
|
8 лет назад |
ordered_class_elements,no_blank_lines_after_class_opening.test
|
b7919efb43
update integration test format
|
8 лет назад |
ordered_class_elements,space_after_semicolon.test
|
b7919efb43
update integration test format
|
8 лет назад |
php_unit_construct,php_unit_dedicate_assert.test
|
bdc0d83e40
Only fix in utest class scope
|
4 лет назад |
php_unit_dedicate_assert,php_unit_dedicate_assert_internal_type.test
|
f721b4bccf
Add PhpUnitDedicateAssertInternalTypeFixer
|
6 лет назад |
php_unit_fqcn_annotation,no_unused_imports.test
|
68edb7376a
Merge branch '1.13'
|
8 лет назад |
php_unit_fqcn_annotation,phpdoc_order_by_value.test
|
e7f159c6aa
PhpUnitOrderedCoversFixer - stop using deprecated fixer
|
5 лет назад |
php_unit_internal_class,final_internal_class.test
|
9b00309c5e
NoSuperfluousPhpdocTagsFixer,PhpdocAddMissingParamAnnotationFixer - p…
|
5 лет назад |
php_unit_no_expectation_annotation,no_empty_phpdoc.test
|
878453b664
PhpUnitNoExpectationAnnotationFixer - expectation extracted from annotation shall be separated from rest of code with one blank line
|
7 лет назад |
php_unit_no_expectation_annotation,php_unit_expectation.test
|
3d90fc35ec
bug #3244 PhpUnitNoExpectationAnnotationFixer - expectation extracted from annotation shall be separated from rest of code with one blank line (keradus)
|
7 лет назад |
php_unit_test_annotation,no_empty_phpdoc.test
|
4abe9e047b
PhpUnitTestAnnotationFixer - groom fixer
|
7 лет назад |
php_unit_test_annotation,php_unit_method_casing.test
|
9b00309c5e
NoSuperfluousPhpdocTagsFixer,PhpdocAddMissingParamAnnotationFixer - p…
|
5 лет назад |
php_unit_test_annotation,phpdoc_trim.test
|
9b00309c5e
NoSuperfluousPhpdocTagsFixer,PhpdocAddMissingParamAnnotationFixer - p…
|
5 лет назад |
php_unit_test_case_static_method_calls,final_static_access.test
|
58e7a8dc46
FinalStaticAccessFixer - Introduction
|
5 лет назад |
php_unit_test_case_static_method_calls,self_static_accessor.test
|
e4b0d88193
SelfStaticAccessor - extend itests
|
5 лет назад |
phpdoc_add_missing_param_annotation,no_superfluous_phpdoc_tags.test
|
9b00309c5e
NoSuperfluousPhpdocTagsFixer,PhpdocAddMissingParamAnnotationFixer - p…
|
5 лет назад |
phpdoc_add_missing_param_annotation,phpdoc_align.test
|
24c774fdf9
Add PhpdocAddMissingParamAnnotationFixer
|
8 лет назад |
phpdoc_add_missing_param_annotation,phpdoc_order.test
|
787c50b8e0
Fix priority issue.
|
8 лет назад |
phpdoc_annotation_without_dot,phpdoc_types.test
|
cc0ebc15e6
Priority issues
|
5 лет назад |
phpdoc_annotation_without_dot,phpdoc_types_order.test
|
cc0ebc15e6
Priority issues
|
5 лет назад |
phpdoc_no_access,no_empty_phpdoc.test
|
b7919efb43
update integration test format
|
8 лет назад |
phpdoc_no_access,phpdoc_separation.test
|
81512e2445
DX: add missing priority tests
|
5 лет назад |
phpdoc_no_access,phpdoc_trim.test
|
fb2727bd6f
Add missing tests
|
7 лет назад |
phpdoc_no_alias_tag,phpdoc_add_missing_param_annotation.test
|
28f34da5e0
FixerConfiguration - introduce component
|
8 лет назад |
phpdoc_no_alias_tag,phpdoc_single_line_var_spacing.test
|
28f34da5e0
FixerConfiguration - introduce component
|
8 лет назад |
phpdoc_no_empty_return,no_empty_phpdoc.test
|
b7919efb43
update integration test format
|
8 лет назад |
phpdoc_no_empty_return,phpdoc_order.test
|
b7919efb43
update integration test format
|
8 лет назад |
phpdoc_no_empty_return,phpdoc_separation.test
|
b7919efb43
update integration test format
|
8 лет назад |
phpdoc_no_empty_return,phpdoc_trim.test
|
ce40accfd9
DX: Clean ups
|
6 лет назад |
phpdoc_no_package,no_empty_phpdoc.test
|
9b00309c5e
NoSuperfluousPhpdocTagsFixer,PhpdocAddMissingParamAnnotationFixer - p…
|
5 лет назад |
phpdoc_no_package,phpdoc_separation.test
|
b7919efb43
update integration test format
|
8 лет назад |
phpdoc_no_package,phpdoc_trim.test
|
ce40accfd9
DX: Clean ups
|
6 лет назад |
phpdoc_no_useless_inheritdoc,no_empty_phpdoc.test
|
571e5727f5
Add PhpdocNoUselessInheritdocFixer
|
8 лет назад |
phpdoc_no_useless_inheritdoc,no_trailing_whitespace_in_comment.test
|
97a82c5bbd
PhpdocNoUselessInheritdocFixer - support multiline docblock
|
8 лет назад |
phpdoc_order,phpdoc_separation.test
|
81512e2445
DX: add missing priority tests
|
5 лет назад |
phpdoc_order,phpdoc_trim.test
|
81512e2445
DX: add missing priority tests
|
5 лет назад |
phpdoc_return_self_reference,no_superfluous_phpdoc_tags.test
|
b108c2686f
Add NoSuperfluousPhpdocTagsFixer
|
6 лет назад |
phpdoc_to_comment,no_empty_comment.test
|
b7919efb43
update integration test format
|
8 лет назад |
phpdoc_to_comment,phpdoc_no_useless_inheritdoc.test
|
571e5727f5
Add PhpdocNoUselessInheritdocFixer
|
8 лет назад |
phpdoc_to_param_type,no_superfluous_phpdoc_tags.test
|
2f959abc67
PhpdocToParamTypeFixer - introduction
|
5 лет назад |
phpdoc_to_return_type,no_superfluous_phpdoc_tags.test
|
431f6c67f0
Fix priority between PHPDoc return type fixers
|
6 лет назад |
phpdoc_to_return_type,phpdoc_scalar.test
|
d7a409c10d
Add PhpdocToReturnTypeFixer
|
6 лет назад |
phpdoc_types,phpdoc_to_return_type.test
|
20969b54dc
Add suport for true/false return type hints.
|
5 лет назад |
pow_to_exponentiation,binary_operator_spaces.test
|
b1a3c43dbf
Require PHP 5.6+
|
8 лет назад |
protected_to_private,ordered_class_elements.test
|
b1a3c43dbf
Require PHP 5.6+
|
8 лет назад |
return_assignment,blank_line_before_statement.test
|
581ed46aea
Add ReturnAssignmentFixer
|
6 лет назад |
return_type_declaration,phpdoc_to_return_type.test
|
d7a409c10d
Add PhpdocToReturnTypeFixer
|
6 лет назад |
semicolon_after_instruction,simplified_if_return.test
|
96b9cb04b2
tweaks
|
5 лет назад |
simplified_if_return,no_multiline_whitespace_before_semicolons.test
|
ccd2e8e2ea
Preserve parenthesis: update integration tests
|
5 лет назад |
simplified_if_return,no_singleline_whitespace_before_semicolons.test
|
ccd2e8e2ea
Preserve parenthesis: update integration tests
|
5 лет назад |
simplified_null_return,no_useless_return.test
|
dc4f51dbd9
Merge branch '1.12'
|
8 лет назад |
simplified_null_return,void_return.test
|
d58e3cb422
SimplifiedNullReturnFixer - must run before VoidReturnFixer
|
4 лет назад |
single_class_element_per_statement,class_attributes_separation.test
|
84a80cba3b
SingleClassElementPerStatementFixer - must run before ClassAttributesSeparationFixer
|
4 лет назад |
single_import_per_statement,multiline_whitespace_before_semicolons.test
|
52c428f9da
Add MultilineWhitespaceBeforeSemicolonsFixer
|
7 лет назад |
single_import_per_statement,no_leading_import_slash.test
|
dc4f51dbd9
Merge branch '1.12'
|
8 лет назад |
single_import_per_statement,no_singleline_whitespace_before_semicolons.test
|
dc4f51dbd9
Merge branch '1.12'
|
8 лет назад |
single_import_per_statement,no_unused_imports.test
|
b7919efb43
update integration test format
|
8 лет назад |
single_import_per_statement,space_after_semicolon.test
|
dc4f51dbd9
Merge branch '1.12'
|
8 лет назад |
single_space_after_construct,braces.test
|
4e7704234f
Priority fix: SingleSpaceAfterConstructFixer must run before BracesFixer
|
4 лет назад |
single_trait_insert_per_statement,braces.test
|
dc68a5d432
SingleTraitInsertPerStatementFixer - Introduction
|
6 лет назад |
single_trait_insert_per_statement,space_after_semicolon.test
|
dc68a5d432
SingleTraitInsertPerStatementFixer - Introduction
|
6 лет назад |
standardize_not_equals,binary_operator_spaces.test
|
53140060c3
DX: clean ups
|
6 лет назад |
strict_comparison,binary_operator_spaces.test
|
9b00309c5e
NoSuperfluousPhpdocTagsFixer,PhpdocAddMissingParamAnnotationFixer - p…
|
5 лет назад |
strict_param,native_function_invocation.test
|
5bec12d25b
StrictParamFixer - must run before NativeFunctionInvocationFixer
|
4 лет назад |
ternary_to_elvis_operator,no_trailing_whitespace.test
|
c856259142
TernaryToElvisOperatorFixer - introduction
|
5 лет назад |
ternary_to_elvis_operator,ternary_operator_spaces.test
|
c856259142
TernaryToElvisOperatorFixer - introduction
|
5 лет назад |
unary_operator_spaces,not_operator_with_space.test
|
ce40accfd9
DX: Clean ups
|
6 лет назад |
unary_operator_spaces,not_operator_with_successor_space.test
|
9b00309c5e
NoSuperfluousPhpdocTagsFixer,PhpdocAddMissingParamAnnotationFixer - p…
|
5 лет назад |
void_return,phpdoc_no_empty_return.test
|
505459d0ab
Add VoidReturnFixer
|
7 лет назад |
void_return,return_type_declaration.test
|
505459d0ab
Add VoidReturnFixer
|
7 лет назад |