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

Enforce doc block style

This commit is contained in:
Oliver Vogel
2025-03-30 11:19:39 +02:00
parent 06dacf4aa1
commit b63b0f26b2
23 changed files with 200 additions and 87 deletions

View File

@@ -26,8 +26,8 @@ abstract class ImagickTestCase extends BaseTestCase
*
* @param int $width
* @param int $height
* @return Image
* @throws ImagickException
* @return Image
*/
public static function createTestImage(int $width, int $height): Image
{