Skip to content

Commit 1f16682

Browse files
committed
Merge branch '5.2' into 5.3
* 5.2: Fix incompatible implicit float-to-int conversions [Translation] Don't pass null to strtoupper() cs fix [String] Fix implicit float-to-int casts [DependencyInjection] Don't pass null to trim() Add return types to JsonSerializable implementations Fix Serializable deprecations triggered by token mocks Add missing security translations
2 parents cf21749 + d72c376 commit 1f16682

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/Store/PdoStoreTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ public function testInvalidTtlConstruct()
7272
{
7373
$this->expectException(InvalidTtlException::class);
7474

75-
return new PdoStore('sqlite:'.self::$dbFile, [], 0.1, 0.1);
75+
return new PdoStore('sqlite:'.self::$dbFile, [], 0.1, 0);
7676
}
7777

7878
/**

0 commit comments

Comments
 (0)