Updated composer.json
#94
Annotations
1 warning and 10 notices
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 composer ci-script:
tests/Serializer/Some/SelfSerializer.php#L15
* [Forbidden public property] Do not use public properties. Use method access instead.
|
Run composer ci-script:
tests/BinariableTest.php#L23
* [Disallow yoda comparison] Yoda comparisons are disallowed.
* [Disallow equal operators] Operator == is disallowed, use === instead.
|
Run composer ci-script:
tests/BinariableTest.php#L35
* [Return type hint] Method \PetrKnap\Binary\BinariableTest::unionTypeDataProvider() does not have @return annotation for its traversable return value.
|
Run composer ci-script:
tests/BinariableTest.php#L27
* [Line length] Line exceeds 80 characters; contains 85 characters
|
Run composer ci-script:
tests/BinariableTest.php#L1
* [Class definition] @@ -45,3 +45,3 @@
{
- return new class () implements BinariableInterface {
+ return new class() implements BinariableInterface {
use BinariableTrait;
|
Run composer ci-script:
src/Serializer/Exception/SerializerCouldNotSerializeData.php#L10
* [Disallow mixed type hint] Usage of "mixed" type hint is disallowed.
|
Run composer ci-script:
src/Serializer/Exception/SerializerCouldNotSerializeData.php#L12
* [Line length] Line exceeds maximum limit of 100 characters; contains 102 characters
|
|
Run composer ci-script:
tests/ByterTest.php#L20
* [Return type hint] Method \PetrKnap\Binary\ByterTest::dataBitesData() does not have @return annotation for its traversable return value.
|
Run composer ci-script:
tests/ByterTest.php#L27
* [Line length] Line exceeds 80 characters; contains 99 characters
|
Loading