chore: code style changes

This commit is contained in:
Nuno Maduro
2023-12-15 11:42:09 +00:00
parent dd0dddffd4
commit 453133d382
11 changed files with 20 additions and 20 deletions

View File

@ -91,7 +91,7 @@ final class DefaultResultCache implements ResultCache
*/
private array $times = [];
public function __construct(string $filepath = null)
public function __construct(?string $filepath = null)
{
if ($filepath !== null && is_dir($filepath)) {
$filepath .= DIRECTORY_SEPARATOR.self::DEFAULT_RESULT_CACHE_FILENAME;