Skip to content

Commit 3f9d336

Browse files
committed
fix: CodeIgniter4 coding standart
1 parent a76bf3c commit 3f9d336

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Common.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
*
1616
* @param array $options Options for saveData or third-party extensions.
1717
*/
18-
function view_fragment(string $name, string|array $fragments, array $data = [], array $options = []): string
18+
function view_fragment(string $name, array|string $fragments, array $data = [], array $options = []): string
1919
{
2020
$renderer = Services::renderer();
2121

0 commit comments

Comments
 (0)