Skip to content

Static tests for the extension via Github Actions #7

Static tests for the extension via Github Actions

Static tests for the extension via Github Actions #7

Re-run triggered March 5, 2024 22:42
Status Failure
Total duration 1m 0s
Artifacts
Coding Standards
9s
Coding Standards
Static Analysis
51s
Static Analysis
Fit to window
Zoom out
Zoom in

Annotations

5 errors
Static Analysis: Model/Gallery/Image/HashCache.php#L19
Method Elevinskii\MediaStorage\Model\Gallery\Image\HashCache::get() should return string|null but return statement is missing.
Static Analysis: Model/Gallery/Image/HashCache.php#L31
Method Elevinskii\MediaStorage\Model\Gallery\Image\HashCache::set() should return $this(Elevinskii\MediaStorage\Model\Gallery\Image\HashCache) but return statement is missing.
Static Analysis: Model/Gallery/ImageBuilder.php#L22
Method Elevinskii\MediaStorage\Model\Gallery\ImageBuilder::create() should return Elevinskii\MediaStorage\Model\Gallery\ImageInterface but return statement is missing.
Static Analysis: Model/Gallery/OriginFinder.php#L25
Method Elevinskii\MediaStorage\Model\Gallery\OriginFinder::getOriginImage() should return Elevinskii\MediaStorage\Model\Gallery\ImageInterface|null but return statement is missing.
Static Analysis: Model/Gallery/OriginFinder.php#L49
Method Elevinskii\MediaStorage\Model\Gallery\OriginFinder::getOriginPath() should return string but return statement is missing.