mirror of
https://github.com/bitinflow/expose.git
synced 2026-03-13 21:45:55 +00:00
Apply fixes from StyleCI
This commit is contained in:
committed by
StyleCI Bot
parent
db57f83bdf
commit
9342a5ce36
@@ -88,7 +88,8 @@ class ConnectionHandler
|
||||
}
|
||||
|
||||
if ($this->name !== '') {
|
||||
$filter = new class(basename($targetPath), [$this->name]) extends FilenameFilterIterator {
|
||||
$filter = new class(basename($targetPath), [$this->name]) extends FilenameFilterIterator
|
||||
{
|
||||
protected $filename;
|
||||
|
||||
public function __construct(string $filename, array $matchPatterns)
|
||||
|
||||
Reference in New Issue
Block a user