phpcs fixes

This commit is contained in:
Dennis Eichhorn 2020-12-05 21:39:54 +01:00
parent 3177d6a4dc
commit cb8c1fa8ef
3 changed files with 3 additions and 3 deletions

View File

@ -117,7 +117,7 @@ class Collection extends Media implements \Iterator
{ {
$current = \current($this->sources); $current = \current($this->sources);
return $current === false ? $this : $current ; return $current === false ? $this : $current;
} }
/** /**