Skip to content

Commit fa3b414

Browse files
committed
Adding function input type
1 parent 56d6304 commit fa3b414

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

autoload.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33

44

5-
function classAutoloader($className): void
5+
function classAutoloader(string $className): void
66
{
77
$baseDir = __DIR__.DIRECTORY_SEPARATOR."Controllers".DIRECTORY_SEPARATOR;
88

0 commit comments

Comments
 (0)