Skip to content

Commit

Permalink
Bump phpstan/phpstan from 1.10.57 to 1.10.58 (#20)
Browse files Browse the repository at this point in the history
* 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] <support@github.com>

* Fixed typo

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Sven Reichel <github-sr@hotmail.com>
  • Loading branch information
dependabot[bot] and sreichel authored Feb 19, 2024
1 parent f944168 commit e0216d9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion app/code/core/Mage/Cms/Model/Wysiwyg/Images/Storage.php
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ public function getDirsCollection($path)
}
// "include" section takes precedence and can revoke directory exclusion
foreach ($this->getConfig()->dirs->include->children() as $dir) {
unset($conditions['regexp'][(string) $dir], $conditions['plain'][(string) $dir]);
unset($conditions['reg_exp'][(string) $dir], $conditions['plain'][(string) $dir]);
}

$regExp = $conditions['reg_exp'] ? ('~' . implode('|', array_keys($conditions['reg_exp'])) . '~i') : null;
Expand Down
10 changes: 5 additions & 5 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit e0216d9

Please sign in to comment.