Skip to content

Commit 59387e9

Browse files
committed
fix style add doctype
1 parent d63d85e commit 59387e9

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

tests/ClientTest.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,8 @@ public function testCollection(): void
126126
$collections = $pexels->collection("33");
127127

128128
$this->assertInstanceOf(CollectionMedia::class, $collections);
129+
130+
/** @var Photo|Video $media */
129131
foreach ($collections->media as $media) {
130132
if ('photo' === $media->type) {
131133
$this->assertInstanceOf(Photo::class, $media);

0 commit comments

Comments
 (0)