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 b5790dd commit 41b2fa7Copy full SHA for 41b2fa7
src/Path.php
@@ -32,7 +32,7 @@ final class Path
32
*/
33
private $glob;
34
35
- public static function create(Filesystem $filesystem, string $path, self $basePath = null): self
+ public static function create(Filesystem $filesystem, string $path, ?self $basePath = null): self
36
{
37
$path = $filesystem->normalizePath($path);
38
/** @todo Replace with {@see \str_contains()} when we drop support for PHP 7. */
0 commit comments