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 9dd4951 commit 0fa0b4bCopy full SHA for 0fa0b4b
tests/LocalDriverTest.php
@@ -18,7 +18,7 @@ public function setUp(): void
18
{
19
parent::setUp();
20
21
- $documentationDirectory ??= config('auto-doc.drivers.local.directory');
+ $documentationDirectory = config('auto-doc.drivers.local.directory');
22
if (!str_ends_with($documentationDirectory, DIRECTORY_SEPARATOR)) {
23
$documentationDirectory .= DIRECTORY_SEPARATOR;
24
}
0 commit comments