Skip to content

Commit f9b0b10

Browse files
Update VarDriver.php
1 parent 17a807f commit f9b0b10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Drivers/VarDriver.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ public function extension(): string
1717
return '.php';
1818
}
1919

20-
public function load(string $path): string
20+
public function load(string $path)
2121
{
2222
return include $path;
2323
}

0 commit comments

Comments
 (0)