Skip to content

Commit d482b8d

Browse files
committed
refactor: add return type
1 parent 2bbe2db commit d482b8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/twig_functions.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22

3-
function test_safe()
3+
function test_safe(): string
44
{
55
return '<s>test</s>';
66
}

0 commit comments

Comments
 (0)