fix issue #230 #89
integrate.yml
on: pull_request
3️⃣ Static Analysis
25s
4️⃣ Coding Standards
25s
5️⃣ Check licenses
27s
6️⃣ Rector Checkstyle
30s
7️⃣ Exported files
5s
Matrix: 2️⃣ Unit and functional tests
Annotations
6 errors
4️⃣ Coding Standards
Process completed with exit code 1.
|
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.
|