feat: allow input type checkbox without attribute "name" (#550) #558
ci.yml
on: push
Coding Standards
19s
Static Analysis
38s
PHP 8.0 (lowest) Test on ubuntu-latest
6m 20s
PHP 8.0 Test on windows-latest
7m 27s
PHP 8.0 Test on macos-latest
2m 42s
Matrix: phpunit
Annotations
13 errors and 36 warnings
Coding Standards
Process completed with exit code 1.
|
Static Analysis:
src/DomCrawler/Crawler.php#L174
Method Symfony\Component\Panther\DomCrawler\Crawler::attr() never returns null so it can be removed from the return type.
|
Static Analysis:
src/DomCrawler/Field/FileFormField.php#L30
Method Symfony\Component\Panther\DomCrawler\Field\FileFormField::getValue() never returns null so it can be removed from the return type.
|
Static Analysis:
src/DomCrawler/Field/FileFormField.php#L30
Method Symfony\Component\Panther\DomCrawler\Field\FileFormField::getValue() never returns string so it can be removed from the return type.
|
Static Analysis:
src/DomCrawler/Field/FormFieldTrait.php (in context of class Symfony/Component/Panther/DomCrawler/Field/ChoiceFormField)#L37
Return type (void) of method Symfony\Component\Panther\DomCrawler\Field\ChoiceFormField::getLabel() should be compatible with return type (DOMElement|null) of method Symfony\Component\DomCrawler\Field\FormField::getLabel()
|
Static Analysis:
src/DomCrawler/Field/FormFieldTrait.php (in context of class Symfony/Component/Panther/DomCrawler/Field/FileFormField)#L37
Return type (void) of method Symfony\Component\Panther\DomCrawler\Field\FileFormField::getLabel() should be compatible with return type (DOMElement|null) of method Symfony\Component\DomCrawler\Field\FormField::getLabel()
|
Static Analysis:
src/DomCrawler/Field/FormFieldTrait.php (in context of class Symfony/Component/Panther/DomCrawler/Field/InputFormField)#L37
Return type (void) of method Symfony\Component\Panther\DomCrawler\Field\InputFormField::getLabel() should be compatible with return type (DOMElement|null) of method Symfony\Component\DomCrawler\Field\FormField::getLabel()
|
Static Analysis:
src/DomCrawler/Field/FormFieldTrait.php (in context of class Symfony/Component/Panther/DomCrawler/Field/TextareaFormField)#L37
Return type (void) of method Symfony\Component\Panther\DomCrawler\Field\TextareaFormField::getLabel() should be compatible with return type (DOMElement|null) of method Symfony\Component\DomCrawler\Field\FormField::getLabel()
|
Static Analysis:
src/DomCrawler/Form.php#L215
Method Symfony\Component\Panther\DomCrawler\Form::get() never returns array<array<Symfony\Component\DomCrawler\Field\FormField>|Symfony\Component\DomCrawler\Field\FormField> so it can be removed from the return type.
|
Static Analysis:
src/PantherTestCaseTrait.php (in context of class Symfony/Component/Panther/PantherTestCase)#L168
Left side of && is always true.
|
Static Analysis:
src/PantherTestCaseTrait.php (in context of class Symfony/Component/Panther/PantherTestCase)#L168
Left side of && is always true.
|
PHP 8.0 Test on macos-latest
Process completed with exit code 2.
|
PHP 8.0 Test on ubuntu-latest
Process completed with exit code 2.
|
PHP 7.1 Test on ubuntu-latest
Your workflow is using a version of actions/cache that is scheduled for deprecation, actions/cache@v2. Please update your workflow to use either v3 or v4 of actions/cache to avoid interruptions. Learn more: https://github.blog/changelog/2024-12-05-notice-of-upcoming-releases-and-breaking-changes-for-github-actions/#actions-cache-v1-v2-and-actions-toolkit-cache-package-closing-down
|
PHP 7.3 Test on ubuntu-latest
Your workflow is using a version of actions/cache that is scheduled for deprecation, actions/cache@v2. Please update your workflow to use either v3 or v4 of actions/cache to avoid interruptions. Learn more: https://github.blog/changelog/2024-12-05-notice-of-upcoming-releases-and-breaking-changes-for-github-actions/#actions-cache-v1-v2-and-actions-toolkit-cache-package-closing-down
|
PHP 8.0 (lowest) Test on ubuntu-latest
Your workflow is using a version of actions/cache that is scheduled for deprecation, actions/cache@v2. Please update your workflow to use either v3 or v4 of actions/cache to avoid interruptions. Learn more: https://github.blog/changelog/2024-12-05-notice-of-upcoming-releases-and-breaking-changes-for-github-actions/#actions-cache-v1-v2-and-actions-toolkit-cache-package-closing-down
|
Static Analysis
Your workflow is using a version of actions/cache that is scheduled for deprecation, actions/cache@v2. Please update your workflow to use either v3 or v4 of actions/cache to avoid interruptions. Learn more: https://github.blog/changelog/2024-12-05-notice-of-upcoming-releases-and-breaking-changes-for-github-actions/#actions-cache-v1-v2-and-actions-toolkit-cache-package-closing-down
|
PHP 7.2 Test on ubuntu-latest
Your workflow is using a version of actions/cache that is scheduled for deprecation, actions/cache@v2. Please update your workflow to use either v3 or v4 of actions/cache to avoid interruptions. Learn more: https://github.blog/changelog/2024-12-05-notice-of-upcoming-releases-and-breaking-changes-for-github-actions/#actions-cache-v1-v2-and-actions-toolkit-cache-package-closing-down
|
PHP 7.4 Test on ubuntu-latest
Your workflow is using a version of actions/cache that is scheduled for deprecation, actions/cache@v2. Please update your workflow to use either v3 or v4 of actions/cache to avoid interruptions. Learn more: https://github.blog/changelog/2024-12-05-notice-of-upcoming-releases-and-breaking-changes-for-github-actions/#actions-cache-v1-v2-and-actions-toolkit-cache-package-closing-down
|
PHP 8.0 Test on ubuntu-latest
Your workflow is using a version of actions/cache that is scheduled for deprecation, actions/cache@v2. Please update your workflow to use either v3 or v4 of actions/cache to avoid interruptions. Learn more: https://github.blog/changelog/2024-12-05-notice-of-upcoming-releases-and-breaking-changes-for-github-actions/#actions-cache-v1-v2-and-actions-toolkit-cache-package-closing-down
|
PHP 8.0 Test on windows-latest
Your workflow is using a version of actions/cache that is scheduled for deprecation, actions/cache@v2. Please update your workflow to use either v3 or v4 of actions/cache to avoid interruptions. Learn more: https://github.blog/changelog/2024-12-05-notice-of-upcoming-releases-and-breaking-changes-for-github-actions/#actions-cache-v1-v2-and-actions-toolkit-cache-package-closing-down
|
Coding Standards
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Coding Standards:
tests/WebDriver/WebDriverMouseTest.php#L1
Found violation(s) of type: single_line_comment_spacing
|
Coding Standards:
tests/DummyKernel.php#L1
Found violation(s) of type: new_with_parentheses
|
Coding Standards:
tests/TestCase.php#L1
Found violation(s) of type: native_function_invocation
|
Coding Standards:
tests/DomCrawler/Field/FileFormFieldTest.php#L1
Found violation(s) of type: no_superfluous_phpdoc_tags
|
Coding Standards:
tests/DomCrawler/Field/FileFormFieldTest.php#L1
Found violation(s) of type: native_function_invocation
|
Coding Standards:
tests/DomCrawler/Field/FileFormFieldTest.php#L1
Found violation(s) of type: phpdoc_trim
|
Coding Standards:
tests/DomCrawler/CrawlerTest.php#L1
Found violation(s) of type: no_superfluous_phpdoc_tags
|
Coding Standards:
tests/DomCrawler/CrawlerTest.php#L1
Found violation(s) of type: native_function_invocation
|
Coding Standards:
tests/DomCrawler/CrawlerTest.php#L1
Found violation(s) of type: phpdoc_separation
|
Coding Standards:
tests/DomCrawler/CrawlerTest.php#L1
Found violation(s) of type: phpdoc_trim
|
PHP 8.0 Test on macos-latest
Your workflow is using a version of actions/cache that is scheduled for deprecation, actions/cache@v2. Please update your workflow to use either v3 or v4 of actions/cache to avoid interruptions. Learn more: https://github.blog/changelog/2024-12-05-notice-of-upcoming-releases-and-breaking-changes-for-github-actions/#actions-cache-v1-v2-and-actions-toolkit-cache-package-closing-down
|
Static Analysis
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Static Analysis
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
PHP 8.0 Test on macos-latest
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
PHP 8.0 (lowest) Test on ubuntu-latest
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
PHP 8.0 (lowest) Test on ubuntu-latest
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
PHP 7.4 Test on ubuntu-latest
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
PHP 7.4 Test on ubuntu-latest
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
PHP 7.3 Test on ubuntu-latest
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
PHP 7.3 Test on ubuntu-latest
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
PHP 7.2 Test on ubuntu-latest
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
PHP 7.2 Test on ubuntu-latest
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
PHP 8.0 Test on ubuntu-latest
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
PHP 8.0 Test on ubuntu-latest
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
PHP 8.0 Test on windows-latest
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
PHP 7.1 Test on ubuntu-latest
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
PHP 7.1 Test on ubuntu-latest
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|