Skip to content

FEATURE: Add dataSrc method to image source interface #79

FEATURE: Add dataSrc method to image source interface

FEATURE: Add dataSrc method to image source interface #79

Triggered via pull request August 29, 2023 15:57
Status Failure
Total duration 42s
Artifacts

build.yml

on: pull_request
Matrix: test
Fit to window
Zoom out
Zoom in

Annotations

42 errors and 6 warnings
Test (PHP 7.3, Neos 7.0): Classes/Domain/AssetImageSource.php#L176
Parameter #1 $source of function stream_get_contents expects resource, bool|resource given.
Test (PHP 7.3, Neos 7.0): Classes/Domain/AssetImageSource.php#L176
Parameter #1 $str of function base64_encode expects string, string|false given.
Test (PHP 7.3, Neos 7.0): Classes/Domain/DummyImageGenerator.php#L78
PHPDoc tag @return with type string is incompatible with native type Imagine\Image\ImageInterface|null.
Test (PHP 7.3, Neos 7.0): Classes/Domain/DummyImageSource.php#L120
Parameter #1 $w of method Sitegeist\Kaleidoscope\Domain\DummyImageGenerator::createDummyImage() expects int, int|null given.
Test (PHP 7.3, Neos 7.0): Classes/Domain/DummyImageSource.php#L120
Parameter #2 $h of method Sitegeist\Kaleidoscope\Domain\DummyImageGenerator::createDummyImage() expects int, int|null given.
Test (PHP 7.3, Neos 7.0): Classes/Domain/DummyImageSource.php#L122
Cannot call method get() on Imagine\Image\ImageInterface|null.
Test (PHP 7.3, Neos 7.0)
Process completed with exit code 1.
Test (PHP 7.3, Neos 7.2): Classes/Domain/AssetImageSource.php#L176
Parameter #1 $source of function stream_get_contents expects resource, bool|resource given.
Test (PHP 7.3, Neos 7.2): Classes/Domain/AssetImageSource.php#L176
Parameter #1 $str of function base64_encode expects string, string|false given.
Test (PHP 7.3, Neos 7.2): Classes/Domain/DummyImageGenerator.php#L78
PHPDoc tag @return with type string is incompatible with native type Imagine\Image\ImageInterface|null.
Test (PHP 7.3, Neos 7.2): Classes/Domain/DummyImageSource.php#L120
Parameter #1 $w of method Sitegeist\Kaleidoscope\Domain\DummyImageGenerator::createDummyImage() expects int, int|null given.
Test (PHP 7.3, Neos 7.2): Classes/Domain/DummyImageSource.php#L120
Parameter #2 $h of method Sitegeist\Kaleidoscope\Domain\DummyImageGenerator::createDummyImage() expects int, int|null given.
Test (PHP 7.3, Neos 7.2): Classes/Domain/DummyImageSource.php#L122
Cannot call method get() on Imagine\Image\ImageInterface|null.
Test (PHP 7.3, Neos 7.2)
Process completed with exit code 1.
Test (PHP 7.4, Neos 7.3): Classes/Domain/AssetImageSource.php#L176
Parameter #1 $source of function stream_get_contents expects resource, bool|resource given.
Test (PHP 7.4, Neos 7.3): Classes/Domain/AssetImageSource.php#L176
Parameter #1 $str of function base64_encode expects string, string|false given.
Test (PHP 7.4, Neos 7.3): Classes/Domain/DummyImageGenerator.php#L78
PHPDoc tag @return with type string is incompatible with native type Imagine\Image\ImageInterface|null.
Test (PHP 7.4, Neos 7.3): Classes/Domain/DummyImageSource.php#L120
Parameter #1 $w of method Sitegeist\Kaleidoscope\Domain\DummyImageGenerator::createDummyImage() expects int, int|null given.
Test (PHP 7.4, Neos 7.3): Classes/Domain/DummyImageSource.php#L120
Parameter #2 $h of method Sitegeist\Kaleidoscope\Domain\DummyImageGenerator::createDummyImage() expects int, int|null given.
Test (PHP 7.4, Neos 7.3): Classes/Domain/DummyImageSource.php#L122
Cannot call method get() on Imagine\Image\ImageInterface|null.
Test (PHP 7.4, Neos 7.3)
Process completed with exit code 1.
Test (PHP 7.3, Neos 7.1): Classes/Domain/AssetImageSource.php#L176
Parameter #1 $source of function stream_get_contents expects resource, bool|resource given.
Test (PHP 7.3, Neos 7.1): Classes/Domain/AssetImageSource.php#L176
Parameter #1 $str of function base64_encode expects string, string|false given.
Test (PHP 7.3, Neos 7.1): Classes/Domain/DummyImageGenerator.php#L78
PHPDoc tag @return with type string is incompatible with native type Imagine\Image\ImageInterface|null.
Test (PHP 7.3, Neos 7.1): Classes/Domain/DummyImageSource.php#L120
Parameter #1 $w of method Sitegeist\Kaleidoscope\Domain\DummyImageGenerator::createDummyImage() expects int, int|null given.
Test (PHP 7.3, Neos 7.1): Classes/Domain/DummyImageSource.php#L120
Parameter #2 $h of method Sitegeist\Kaleidoscope\Domain\DummyImageGenerator::createDummyImage() expects int, int|null given.
Test (PHP 7.3, Neos 7.1): Classes/Domain/DummyImageSource.php#L122
Cannot call method get() on Imagine\Image\ImageInterface|null.
Test (PHP 7.3, Neos 7.1)
Process completed with exit code 1.
Test (PHP 7.3, Neos 5.3): Classes/Domain/AssetImageSource.php#L176
Parameter #1 $source of function stream_get_contents expects resource, bool|resource given.
Test (PHP 7.3, Neos 5.3): Classes/Domain/AssetImageSource.php#L176
Parameter #1 $str of function base64_encode expects string, string|false given.
Test (PHP 7.3, Neos 5.3): Classes/Domain/DummyImageGenerator.php#L78
PHPDoc tag @return with type string is incompatible with native type Imagine\Image\ImageInterface|null.
Test (PHP 7.3, Neos 5.3): Classes/Domain/DummyImageSource.php#L120
Parameter #1 $w of method Sitegeist\Kaleidoscope\Domain\DummyImageGenerator::createDummyImage() expects int, int|null given.
Test (PHP 7.3, Neos 5.3): Classes/Domain/DummyImageSource.php#L120
Parameter #2 $h of method Sitegeist\Kaleidoscope\Domain\DummyImageGenerator::createDummyImage() expects int, int|null given.
Test (PHP 7.3, Neos 5.3): Classes/Domain/DummyImageSource.php#L122
Cannot call method get() on Imagine\Image\ImageInterface|null.
Test (PHP 8.0, Neos 7.3): Classes/Domain/AssetImageSource.php#L176
Parameter #1 $stream of function stream_get_contents expects resource, bool|resource given.
Test (PHP 7.3, Neos 5.3)
Process completed with exit code 1.
Test (PHP 8.0, Neos 7.3): Classes/Domain/AssetImageSource.php#L176
Parameter #1 $string of function base64_encode expects string, string|false given.
Test (PHP 8.0, Neos 7.3): Classes/Domain/DummyImageGenerator.php#L78
PHPDoc tag @return with type string is incompatible with native type Imagine\Image\ImageInterface|null.
Test (PHP 8.0, Neos 7.3): Classes/Domain/DummyImageSource.php#L120
Parameter #1 $w of method Sitegeist\Kaleidoscope\Domain\DummyImageGenerator::createDummyImage() expects int, int|null given.
Test (PHP 8.0, Neos 7.3): Classes/Domain/DummyImageSource.php#L120
Parameter #2 $h of method Sitegeist\Kaleidoscope\Domain\DummyImageGenerator::createDummyImage() expects int, int|null given.
Test (PHP 8.0, Neos 7.3): Classes/Domain/DummyImageSource.php#L122
Cannot call method get() on Imagine\Image\ImageInterface|null.
Test (PHP 8.0, Neos 7.3)
Process completed with exit code 1.
Test (PHP 7.3, Neos 7.0)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Test (PHP 7.3, Neos 7.2)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Test (PHP 7.4, Neos 7.3)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Test (PHP 7.3, Neos 7.1)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Test (PHP 7.3, Neos 5.3)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Test (PHP 8.0, Neos 7.3)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/