fix issue #230 (#231) #90
integrate.yml
on: push
3️⃣ Static Analysis
31s
4️⃣ Coding Standards
25s
5️⃣ Check licenses
28s
6️⃣ Rector Checkstyle
28s
7️⃣ Exported files
2s
Matrix: 2️⃣ Unit and functional tests
Annotations
8 errors
4️⃣ Coding Standards
Process completed with exit code 1.
|
3️⃣ Static Analysis:
src/ImageProcessor/ConfigurationTrait.php (in context of class SpomkyLabs/PwaBundle/ImageProcessor/GDImageProcessor)#L29
Since spomky-labs/pwa-bundle 1.2.0: The "format", "width" and "height" parameters are deprecated and will be removed in 2.0.0. Please use "configuration" instead..
|
3️⃣ Static Analysis:
src/ImageProcessor/ConfigurationTrait.php (in context of class SpomkyLabs/PwaBundle/ImageProcessor/ImagickImageProcessor)#L29
Since spomky-labs/pwa-bundle 1.2.0: The "format", "width" and "height" parameters are deprecated and will be removed in 2.0.0. Please use "configuration" instead..
|
3️⃣ Static Analysis:
src/ImageProcessor/GDImageProcessor.php#L142
Parameter #1 $width of function imagecreatetruecolor expects int<1, max>, int given.
|
3️⃣ Static Analysis:
src/ImageProcessor/GDImageProcessor.php#L142
Parameter #2 $height of function imagecreatetruecolor expects int<1, max>, int given.
|
3️⃣ Static Analysis:
src/ImageProcessor/GDImageProcessor.php#L169
Parameter #1 $width of function imagecreatetruecolor expects int<1, max>, int given.
|
3️⃣ Static Analysis:
src/ImageProcessor/GDImageProcessor.php#L169
Parameter #2 $height of function imagecreatetruecolor expects int<1, max>, int given.
|
3️⃣ Static Analysis
Process completed with exit code 1.
|