Skip to content

Updated composer.json #94

Updated composer.json

Updated composer.json #94

Triggered via pull request November 6, 2024 19:27
Status Success
Total duration 39s
Artifacts

docker.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

1 warning and 10 notices
run
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
run: tests/Serializer/Some/SelfSerializer.php#L15
* [Forbidden public property] Do not use public properties. Use method access instead.
run: tests/BinariableTest.php#L23
* [Disallow yoda comparison] Yoda comparisons are disallowed. * [Disallow equal operators] Operator == is disallowed, use === instead.
run: tests/BinariableTest.php#L35
* [Return type hint] Method \PetrKnap\Binary\BinariableTest::unionTypeDataProvider() does not have @return annotation for its traversable return value.
run: tests/BinariableTest.php#L27
* [Line length] Line exceeds 80 characters; contains 85 characters
run: tests/BinariableTest.php#L1
* [Class definition] @@ -45,3 +45,3 @@ { - return new class () implements BinariableInterface { + return new class() implements BinariableInterface { use BinariableTrait;
run: src/Serializer/Exception/SerializerCouldNotSerializeData.php#L10
* [Disallow mixed type hint] Usage of "mixed" type hint is disallowed.
run: src/Serializer/Exception/SerializerCouldNotSerializeData.php#L12
* [Line length] Line exceeds maximum limit of 100 characters; contains 102 characters
run: tests/ByterTest.php#L12
* [Parameter type hint] Method \PetrKnap\Binary\ByterTest::testBitesData() does not have @param annotation for its traversable parameter $expected. * [Parameter type hint] Method \PetrKnap\Binary\ByterTest::testBitesData() does not have @param annotation for its traversable parameter $sizes.
run: tests/ByterTest.php#L20
* [Return type hint] Method \PetrKnap\Binary\ByterTest::dataBitesData() does not have @return annotation for its traversable return value.
run: tests/ByterTest.php#L27
* [Line length] Line exceeds 80 characters; contains 99 characters