mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-29 00:34:03 +02:00
lib: Prefer @type over @var in the FileExtensionFilterIterator
This commit is contained in:
parent
8ad7a30cd7
commit
322c6b582d
@ -58,7 +58,7 @@ class FileExtensionFilterIterator extends FilterIterator
|
|||||||
public function accept()
|
public function accept()
|
||||||
{
|
{
|
||||||
$current = $this->current();
|
$current = $this->current();
|
||||||
/* @var $current \SplFileInfo */
|
/** @type $current \SplFileInfo */
|
||||||
if (! $current->isFile()) {
|
if (! $current->isFile()) {
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user