Implemented FilterFactory
#21
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/LzmaTest.php#L14
* [Return type hint] Method \PetrKnap\XzUtils\LzmaTest::getCompressedDataAsBase64() does not have @return annotation for its traversable return value.
|
run:
tests/LzmaTest.php#L17
* [Line length] Line exceeds 80 characters; contains 84 characters
|
run:
tests/ReadmeTest.php#L20
* [Return type hint] Method \PetrKnap\XzUtils\ReadmeTest::getExpectedOutputsOfPhpExamples() does not have @return annotation for its traversable return value.
|
run:
tests/ReadmeTest.php#L23
* [Line length] Line exceeds maximum limit of 100 characters; contains 149 characters
|
run:
tests/ReadmeTest.php#L24
* [Line length] Line exceeds maximum limit of 100 characters; contains 172 characters
|
run:
tests/XzTest.php#L14
* [Return type hint] Method \PetrKnap\XzUtils\XzTest::getCompressedDataAsBase64() does not have @return annotation for its traversable return value.
|
run:
tests/XzTest.php#L17
* [Line length] Line exceeds maximum limit of 100 characters; contains 124 characters
|
run:
tests/XzTest.php#L18
* [Line length] Line exceeds maximum limit of 100 characters; contains 118 characters
|
run:
tests/XzTest.php#L19
* [Line length] Line exceeds maximum limit of 100 characters; contains 118 characters
|
run:
tests/XzUtilsTestCase.php#L41
* [Return type hint] Method \PetrKnap\XzUtils\XzUtilsTestCase::data() does not have @return annotation for its traversable return value.
|