We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 950b81e commit 517c6bcCopy full SHA for 517c6bc
tests/Integration/CacheTest.php
@@ -72,7 +72,7 @@ protected function createUser(string $cn)
72
}
73
74
/** @return array */
75
- protected function getUserCnsFromCache(int $ttl = 30)
+ protected function getUserCnsFromCache($ttl = 30)
76
{
77
$cache = Carbon::now()->addSeconds($ttl);
78
0 commit comments