Skip to content

Commit b83be80

Browse files
Merge branch '4.2'
2 parents b740396 + 3449336 commit b83be80

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

tests/Dotenv/DotenvTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ public function testDotenvLoadsEnvironmentVars()
100100
self::assertEmpty($_SERVER['NULL']);
101101
}
102102

103-
public function testDotenvLoadsEnvironmentVarsMultipleNotShortCircuitMode()
103+
public function testDotenvLoadsEnvironmentVarsMultipleWithShortCircuitMode()
104104
{
105105
$dotenv = Dotenv::createMutable(self::$folder, ['.env', 'example.env']);
106106

@@ -110,7 +110,7 @@ public function testDotenvLoadsEnvironmentVarsMultipleNotShortCircuitMode()
110110
);
111111
}
112112

113-
public function testDotenvLoadsEnvironmentVarsMultipleWithShortCircuitMode()
113+
public function testDotenvLoadsEnvironmentVarsMultipleWithoutShortCircuitMode()
114114
{
115115
$dotenv = Dotenv::createMutable(self::$folder, ['.env', 'example.env'], false);
116116

vendor-bin/phpstan/composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"require": {
3-
"phpstan/phpstan": "0.12.68",
3+
"phpstan/phpstan": "0.12.88",
44
"phpstan/extension-installer": "1.1.0",
55
"phpstan/phpstan-deprecation-rules": "0.12.6",
6-
"phpstan/phpstan-phpunit": "0.12.17",
6+
"phpstan/phpstan-phpunit": "0.12.19",
77
"phpstan/phpstan-strict-rules": "0.12.9",
88
"thecodingmachine/phpstan-strict-rules": "0.12.1"
99
},

vendor-bin/psalm/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"require": {
3-
"psalm/phar": "4.3.1"
3+
"psalm/phar": "4.7.1"
44
},
55
"config": {
66
"preferred-install": "dist"

0 commit comments

Comments
 (0)