Skip to content

Commit 517c6bc

Browse files
committed
Remove strict type
1 parent 950b81e commit 517c6bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Integration/CacheTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ protected function createUser(string $cn)
7272
}
7373

7474
/** @return array */
75-
protected function getUserCnsFromCache(int $ttl = 30)
75+
protected function getUserCnsFromCache($ttl = 30)
7676
{
7777
$cache = Carbon::now()->addSeconds($ttl);
7878

0 commit comments

Comments
 (0)