Skip to content

Commit 5f6417b

Browse files
author
Jan Galek
committed
Fix CS
1 parent de2d738 commit 5f6417b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • src/TroiaStudio/Utils/Youtube-API/Model

src/TroiaStudio/Utils/Youtube-API/Model/Video.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ class Video
2727
public $description;
2828

2929
/**
30-
* @var \DateTime
30+
* @var DateTime
3131
*/
3232
public $published;
3333

@@ -90,7 +90,7 @@ public function toArray(): array
9090
$result = $this->getProperties();
9191

9292
foreach ($this->thumbs as $index => $item) {
93-
if ( ! ($item instanceof Thumbnail)) {
93+
if (!($item instanceof Thumbnail)) {
9494
continue;
9595
}
9696
$result['thumbs'][$index] = $item->toArray();

0 commit comments

Comments
 (0)