[Mapping] removed unused local variable $fileName in StaticPHPDriver class.
This commit is contained in:
parent
155c24772a
commit
74f52a055e
1 changed files with 1 additions and 1 deletions
|
@ -103,7 +103,7 @@ class StaticPHPDriver implements Driver
|
|||
);
|
||||
|
||||
foreach ($iterator as $file) {
|
||||
if (($fileName = $file->getBasename($this->_fileExtension)) == $file->getBasename()) {
|
||||
if ($file->getBasename($this->_fileExtension) == $file->getBasename()) {
|
||||
continue;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue