Skip to content

Commit

Permalink
update composer
Browse files Browse the repository at this point in the history
  • Loading branch information
samsonasik committed Feb 9, 2022
1 parent b965c07 commit 3ce4441
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rector_check.yml
Expand Up @@ -23,6 +23,6 @@ jobs:
- name: Checkout
uses: actions/checkout@v2
- name: "Install dependencies"
run: "composer install --prefer-dist --ignore-platform-reqs"
run: "composer install --prefer-dist"
- name: "Code analyze"
run: vendor/bin/rector process --dry-run
1 change: 1 addition & 0 deletions src/Module.php
Expand Up @@ -67,6 +67,7 @@ private function duplicateFlashMessengerSessionData(Container $container): void
if ($keyArray === 0) {
$flashToolbarContainer->$key = new SplQueue();
}

$flashToolbarContainer->$key->push($rowArray);
}
}
Expand Down
1 change: 1 addition & 0 deletions test/ModuleTest.php
Expand Up @@ -110,6 +110,7 @@ public function testOnBootstrap($hasMessages)
$flashMessenger->getContainer()->willReturn($container)
->shouldBeCalled();
}

$abstractActionController->plugin('flashMessenger')
->willReturn($flashMessenger)
->shouldBeCalled();
Expand Down

0 comments on commit 3ce4441

Please sign in to comment.