We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b05ac5 commit 2abc2dcCopy full SHA for 2abc2dc
1 file changed
src/Foundation/Application.php
@@ -9,7 +9,7 @@
9
10
class Application extends BaseApplication
11
{
12
- public static function configure(string $basePath = null)
+ public static function configure(?string $basePath = null)
13
14
$basePath = match (true) {
15
is_string($basePath) => $basePath,
0 commit comments