mirror of
https://github.com/Karaka-Management/oms-Media.git
synced 2026-02-16 17:28:41 +00:00
phpcs fixes
This commit is contained in:
parent
3177d6a4dc
commit
cb8c1fa8ef
|
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user