deps(deps): update phpstan packages #294
testing.yml
on: pull_request
Matrix: arch-testing
Matrix: code-coverage
Matrix: mutation-testing
Matrix: unit-testing
Annotations
10 warnings
mutation-testing (ubuntu-latest, 8.1, locked):
src/ConfigBuilder.php#L81
Escaped Mutant for Mutator "MethodCallRemoval":
--- Original
+++ New
@@ @@
*/
public function exclude(array $files) : self
{
- $this->getFinder()->exclude($files);
+
return $this;
}
public function getConfig() : ConfigInterface
|
mutation-testing (ubuntu-latest, 8.1, locked):
src/RuleSets/DefaultSet.php#L49
Escaped Mutant for Mutator "ArrayItemRemoval":
--- Original
+++ New
@@ @@
/*
* @symfony overrides
*/
- 'concat_space' => ['spacing' => 'one'],
+ 'concat_space' => [],
'method_argument_space' => ['on_multiline' => 'ensure_fully_multiline', 'attribute_placement' => 'same_line', 'after_heredoc' => true],
'php_unit_method_casing' => ['case' => 'snake_case'],
'yoda_style' => ['equal' => false, 'identical' => false, 'less_and_greater' => false],
|
mutation-testing (ubuntu-latest, 8.1, locked):
src/RuleSets/DefaultSet.php#L52
Escaped Mutant for Mutator "ArrayItemRemoval":
--- Original
+++ New
@@ @@
* @symfony overrides
*/
'concat_space' => ['spacing' => 'one'],
- 'method_argument_space' => ['on_multiline' => 'ensure_fully_multiline', 'attribute_placement' => 'same_line', 'after_heredoc' => true],
+ 'method_argument_space' => ['attribute_placement' => 'same_line', 'after_heredoc' => true],
'php_unit_method_casing' => ['case' => 'snake_case'],
'yoda_style' => ['equal' => false, 'identical' => false, 'less_and_greater' => false],
'phpdoc_align' => ['align' => 'left'],
|
mutation-testing (ubuntu-latest, 8.1, locked):
src/RuleSets/DefaultSet.php#L55
Escaped Mutant for Mutator "TrueValue":
--- Original
+++ New
@@ @@
* @symfony overrides
*/
'concat_space' => ['spacing' => 'one'],
- 'method_argument_space' => ['on_multiline' => 'ensure_fully_multiline', 'attribute_placement' => 'same_line', 'after_heredoc' => true],
+ 'method_argument_space' => ['on_multiline' => 'ensure_fully_multiline', 'attribute_placement' => 'same_line', 'after_heredoc' => false],
'php_unit_method_casing' => ['case' => 'snake_case'],
'yoda_style' => ['equal' => false, 'identical' => false, 'less_and_greater' => false],
'phpdoc_align' => ['align' => 'left'],
|
mutation-testing (ubuntu-latest, 8.1, locked):
src/RuleSets/DefaultSet.php#L57
Escaped Mutant for Mutator "ArrayItemRemoval":
--- Original
+++ New
@@ @@
*/
'concat_space' => ['spacing' => 'one'],
'method_argument_space' => ['on_multiline' => 'ensure_fully_multiline', 'attribute_placement' => 'same_line', 'after_heredoc' => true],
- 'php_unit_method_casing' => ['case' => 'snake_case'],
+ 'php_unit_method_casing' => [],
'yoda_style' => ['equal' => false, 'identical' => false, 'less_and_greater' => false],
'phpdoc_align' => ['align' => 'left'],
'phpdoc_to_comment' => ['allow_before_return_statement' => true],
|
mutation-testing (ubuntu-latest, 8.1, locked):
src/RuleSets/DefaultSet.php#L60
Escaped Mutant for Mutator "ArrayItemRemoval":
--- Original
+++ New
@@ @@
'concat_space' => ['spacing' => 'one'],
'method_argument_space' => ['on_multiline' => 'ensure_fully_multiline', 'attribute_placement' => 'same_line', 'after_heredoc' => true],
'php_unit_method_casing' => ['case' => 'snake_case'],
- 'yoda_style' => ['equal' => false, 'identical' => false, 'less_and_greater' => false],
+ 'yoda_style' => ['identical' => false, 'less_and_greater' => false],
'phpdoc_align' => ['align' => 'left'],
'phpdoc_to_comment' => ['allow_before_return_statement' => true],
'ordered_class_elements' => ['sort_algorithm' => 'none', 'order' => ['use_trait', 'constant_public', 'constant_protected', 'constant_private', 'property_public_static', 'property_public', 'property_protected_static', 'property_protected', 'property_private_static', 'property_private', 'construct', 'method_public_static', 'method_protected_static', 'method_private_static', 'method_public_abstract_static', 'method_protected_abstract_static', 'method_public_abstract', 'method_protected_abstract', 'phpunit', 'method_public', 'method_protected', 'method_private']],
|
mutation-testing (ubuntu-latest, 8.1, locked):
src/RuleSets/DefaultSet.php#L61
Escaped Mutant for Mutator "FalseValue":
--- Original
+++ New
@@ @@
'concat_space' => ['spacing' => 'one'],
'method_argument_space' => ['on_multiline' => 'ensure_fully_multiline', 'attribute_placement' => 'same_line', 'after_heredoc' => true],
'php_unit_method_casing' => ['case' => 'snake_case'],
- 'yoda_style' => ['equal' => false, 'identical' => false, 'less_and_greater' => false],
+ 'yoda_style' => ['equal' => true, 'identical' => false, 'less_and_greater' => false],
'phpdoc_align' => ['align' => 'left'],
'phpdoc_to_comment' => ['allow_before_return_statement' => true],
'ordered_class_elements' => ['sort_algorithm' => 'none', 'order' => ['use_trait', 'constant_public', 'constant_protected', 'constant_private', 'property_public_static', 'property_public', 'property_protected_static', 'property_protected', 'property_private_static', 'property_private', 'construct', 'method_public_static', 'method_protected_static', 'method_private_static', 'method_public_abstract_static', 'method_protected_abstract_static', 'method_public_abstract', 'method_protected_abstract', 'phpunit', 'method_public', 'method_protected', 'method_private']],
|
mutation-testing (ubuntu-latest, 8.1, locked):
src/RuleSets/DefaultSet.php#L62
Escaped Mutant for Mutator "FalseValue":
--- Original
+++ New
@@ @@
'concat_space' => ['spacing' => 'one'],
'method_argument_space' => ['on_multiline' => 'ensure_fully_multiline', 'attribute_placement' => 'same_line', 'after_heredoc' => true],
'php_unit_method_casing' => ['case' => 'snake_case'],
- 'yoda_style' => ['equal' => false, 'identical' => false, 'less_and_greater' => false],
+ 'yoda_style' => ['equal' => false, 'identical' => true, 'less_and_greater' => false],
'phpdoc_align' => ['align' => 'left'],
'phpdoc_to_comment' => ['allow_before_return_statement' => true],
'ordered_class_elements' => ['sort_algorithm' => 'none', 'order' => ['use_trait', 'constant_public', 'constant_protected', 'constant_private', 'property_public_static', 'property_public', 'property_protected_static', 'property_protected', 'property_private_static', 'property_private', 'construct', 'method_public_static', 'method_protected_static', 'method_private_static', 'method_public_abstract_static', 'method_protected_abstract_static', 'method_public_abstract', 'method_protected_abstract', 'phpunit', 'method_public', 'method_protected', 'method_private']],
|
mutation-testing (ubuntu-latest, 8.1, locked):
src/RuleSets/DefaultSet.php#L63
Escaped Mutant for Mutator "FalseValue":
--- Original
+++ New
@@ @@
'concat_space' => ['spacing' => 'one'],
'method_argument_space' => ['on_multiline' => 'ensure_fully_multiline', 'attribute_placement' => 'same_line', 'after_heredoc' => true],
'php_unit_method_casing' => ['case' => 'snake_case'],
- 'yoda_style' => ['equal' => false, 'identical' => false, 'less_and_greater' => false],
+ 'yoda_style' => ['equal' => false, 'identical' => false, 'less_and_greater' => true],
'phpdoc_align' => ['align' => 'left'],
'phpdoc_to_comment' => ['allow_before_return_statement' => true],
'ordered_class_elements' => ['sort_algorithm' => 'none', 'order' => ['use_trait', 'constant_public', 'constant_protected', 'constant_private', 'property_public_static', 'property_public', 'property_protected_static', 'property_protected', 'property_private_static', 'property_private', 'construct', 'method_public_static', 'method_protected_static', 'method_private_static', 'method_public_abstract_static', 'method_protected_abstract_static', 'method_public_abstract', 'method_protected_abstract', 'phpunit', 'method_public', 'method_protected', 'method_private']],
|
mutation-testing (ubuntu-latest, 8.1, locked):
src/RuleSets/DefaultSet.php#L65
Escaped Mutant for Mutator "ArrayItemRemoval":
--- Original
+++ New
@@ @@
'method_argument_space' => ['on_multiline' => 'ensure_fully_multiline', 'attribute_placement' => 'same_line', 'after_heredoc' => true],
'php_unit_method_casing' => ['case' => 'snake_case'],
'yoda_style' => ['equal' => false, 'identical' => false, 'less_and_greater' => false],
- 'phpdoc_align' => ['align' => 'left'],
+ 'phpdoc_align' => [],
'phpdoc_to_comment' => ['allow_before_return_statement' => true],
'ordered_class_elements' => ['sort_algorithm' => 'none', 'order' => ['use_trait', 'constant_public', 'constant_protected', 'constant_private', 'property_public_static', 'property_public', 'property_protected_static', 'property_protected', 'property_private_static', 'property_private', 'construct', 'method_public_static', 'method_protected_static', 'method_private_static', 'method_public_abstract_static', 'method_protected_abstract_static', 'method_public_abstract', 'method_protected_abstract', 'phpunit', 'method_public', 'method_protected', 'method_private']],
'global_namespace_import' => ['import_classes' => true, 'import_functions' => true, 'import_constants' => true],
|