Skip to content

Commit 34da228

Browse files
build(deps-dev): bump phpstan/phpstan-phpunit from 2.0.7 to 2.0.8 (OpenMage#5111)
* build(deps-dev): bump phpstan/phpstan-phpunit from 2.0.7 to 2.0.8 Bumps [phpstan/phpstan-phpunit](https://github.com/phpstan/phpstan-phpunit) from 2.0.7 to 2.0.8. - [Release notes](https://github.com/phpstan/phpstan-phpunit/releases) - [Commits](phpstan/phpstan-phpunit@2.0.7...2.0.8) --- updated-dependencies: - dependency-name: phpstan/phpstan-phpunit dependency-version: 2.0.8 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> * update docs * phpcsfixer --------- 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 cea4be1 commit 34da228

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

composer.lock

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

tests/unit/Mage/Core/Helper/EnvironmentConfigLoaderTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@ public function envOverridesCorrectConfigKeysDataProvider(): Generator
238238
* @dataProvider envAsArrayDataProvider
239239
* @group Helper
240240
*
241-
* @param array<string, string> $config
241+
* @param array<string, array|string> $config
242242
*/
243243
public function testAsArray(array $config): void
244244
{
@@ -289,7 +289,7 @@ public function envAsArrayDataProvider(): Generator
289289
* @dataProvider envHasPathDataProvider
290290
* @group Helper
291291
*
292-
* @param array<string, string> $config
292+
* @param array<string, bool|string> $config
293293
*/
294294
public function testHasPath(array $config): void
295295
{

0 commit comments

Comments
 (0)