Skip to content

Commit d5905c1

Browse files
BurntimeXdtdesign
andauthored
Apply suggestions from code review
Co-authored-by: Alexander Ebert <ebert@woltlab.com>
1 parent 75c44cc commit d5905c1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

wcfsetup/install/files/lib/system/image/cover/photo/DefaultCoverPhoto.class.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ final class DefaultCoverPhoto implements ICoverPhoto
1717
private static DefaultCoverPhoto $defaultCoverPhoto;
1818

1919
/**
20-
* @var array<string, int>
20+
* @var array{height: int, width: int}
2121
*/
2222
private array $dimensions;
2323

@@ -42,7 +42,7 @@ public function getHeight(?string $size = null): int
4242
}
4343

4444
/**
45-
* @return array<string, int>
45+
* @return array{height: int, width: int}
4646
*/
4747
private function getDimensions(): array
4848
{

0 commit comments

Comments
 (0)