Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

phpstan: Mage_Page #2820

Merged
merged 1 commit into from
Dec 17, 2022
Merged

phpstan: Mage_Page #2820

merged 1 commit into from
Dec 17, 2022

Conversation

sreichel
Copy link
Contributor

@sreichel sreichel commented Dec 17, 2022

Description (*)

Some fixes.

Contribution checklist (*)

  • Pull request has a meaningful description of its purpose
  • All commits are accompanied by meaningful commit messages
  • All automated tests passed successfully (all builds are green)
  • Add yourself to contributors list

@github-actions github-actions bot added Component: Page Relates to Mage_Page phpstan labels Dec 17, 2022
@fballiano fballiano merged commit 37c4481 into OpenMage:1.9.4.x Dec 17, 2022
fballiano pushed a commit to fballiano/openmage that referenced this pull request Dec 17, 2022
@@ -86,7 +86,7 @@ public function addCrumb($crumbName, $crumbInfo, $after = false)
public function addCrumbBefore($crumbName, $crumbInfo, $before = false)
{
if ($before && isset($this->_crumbs[$before])) {
$keys = array_keys($this->_crumbs);
$keys = array_keys($this->_crumbs);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

space too much

@sreichel sreichel deleted the phpstan/mage-page branch December 17, 2022 18:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Component: Page Relates to Mage_Page phpstan
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants