Static tests for the extension via Github Actions #7
coding-standards.yml
on: push
Coding Standards
9s
Static Analysis
51s
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.
|