We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17a807f commit f9b0b10Copy full SHA for f9b0b10
src/Drivers/VarDriver.php
@@ -17,7 +17,7 @@ public function extension(): string
17
return '.php';
18
}
19
20
- public function load(string $path): string
+ public function load(string $path)
21
{
22
return include $path;
23
0 commit comments