1
0
mirror of https://github.com/Intervention/image.git synced 2025-08-30 01:00:06 +02:00

Remove unnecessary doc blocks

This commit is contained in:
Oliver Vogel
2025-05-31 09:49:13 +02:00
parent 3f5e29989b
commit 6f418db2c4
134 changed files with 10 additions and 1341 deletions

View File

@@ -24,10 +24,7 @@ abstract class ImagickTestCase extends BaseTestCase
/**
* Create test image with red (#ff0000) background
*
* @param int $width
* @param int $height
* @throws ImagickException
* @return Image
*/
public static function createTestImage(int $width, int $height): Image
{