mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-04-08 17:15:08 +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()
|
||||
{
|
||||
$current = $this->current();
|
||||
/* @var $current \SplFileInfo */
|
||||
/** @type $current \SplFileInfo */
|
||||
if (! $current->isFile()) {
|
||||
return false;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user