Skip to content

Commit 3ce4441

Browse files
committed
update composer
1 parent b965c07 commit 3ce4441

3 files changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/rector_check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,6 @@ jobs:
2323
- name: Checkout
2424
uses: actions/checkout@v2
2525
- name: "Install dependencies"
26-
run: "composer install --prefer-dist --ignore-platform-reqs"
26+
run: "composer install --prefer-dist"
2727
- name: "Code analyze"
2828
run: vendor/bin/rector process --dry-run

src/Module.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ private function duplicateFlashMessengerSessionData(Container $container): void
6767
if ($keyArray === 0) {
6868
$flashToolbarContainer->$key = new SplQueue();
6969
}
70+
7071
$flashToolbarContainer->$key->push($rowArray);
7172
}
7273
}

test/ModuleTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,7 @@ public function testOnBootstrap($hasMessages)
110110
$flashMessenger->getContainer()->willReturn($container)
111111
->shouldBeCalled();
112112
}
113+
113114
$abstractActionController->plugin('flashMessenger')
114115
->willReturn($flashMessenger)
115116
->shouldBeCalled();

0 commit comments

Comments
 (0)