Skip to content

Commit e0216d9

Browse files
Bump phpstan/phpstan from 1.10.57 to 1.10.58 (#20)
* Bump phpstan/phpstan from 1.10.57 to 1.10.58 Bumps [phpstan/phpstan](https://github.com/phpstan/phpstan) from 1.10.57 to 1.10.58. - [Release notes](https://github.com/phpstan/phpstan/releases) - [Changelog](https://github.com/phpstan/phpstan/blob/1.11.x/CHANGELOG.md) - [Commits](phpstan/phpstan@1.10.57...1.10.58) --- updated-dependencies: - dependency-name: phpstan/phpstan dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> * Fixed typo --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Sven Reichel <[email protected]>
1 parent f944168 commit e0216d9

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

app/code/core/Mage/Cms/Model/Wysiwyg/Images/Storage.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ public function getDirsCollection($path)
6464
}
6565
// "include" section takes precedence and can revoke directory exclusion
6666
foreach ($this->getConfig()->dirs->include->children() as $dir) {
67-
unset($conditions['regexp'][(string) $dir], $conditions['plain'][(string) $dir]);
67+
unset($conditions['reg_exp'][(string) $dir], $conditions['plain'][(string) $dir]);
6868
}
6969

7070
$regExp = $conditions['reg_exp'] ? ('~' . implode('|', array_keys($conditions['reg_exp'])) . '~i') : null;

composer.lock

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)