Skip to content

Commit 0b81201

Browse files
committed
Fix CI some more
1 parent 0173d00 commit 0b81201

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Twig/TokenParser/AbstractCSPParser.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ public function parse(Token $token): CSPNode
4242

4343
$sha = null;
4444
if ($body instanceof TextNode) {
45-
assert(is_string($body->getAttribute('data')));
45+
\assert(\is_string($body->getAttribute('data')));
4646
$sha = $this->computeSha($body->getAttribute('data'));
4747
}
4848

0 commit comments

Comments
 (0)