Skip to content

Commit 17eb336

Browse files
Gerych1984github-actions[bot]
authored andcommitted
Apply PHP CS Fixer and Rector changes (CI)
1 parent 46c3927 commit 17eb336

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/DbCache.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ public function __construct(
5252
private ConnectionInterface $db,
5353
private string $table = '{{%yii_cache}}',
5454
public int $gcProbability = 100,
55-
SerializerInterface|null $serializer = null,
55+
?SerializerInterface $serializer = null,
5656
) {
5757
$this->serializer = $serializer ?: new PhpSerializer();
5858
}

0 commit comments

Comments
 (0)