1
0
mirror of https://github.com/laravel/valet.git synced 2026-02-07 01:00:09 +01:00

Apply fixes from StyleCI

This commit is contained in:
StyleCI Bot
2022-12-03 02:15:35 +00:00
parent 711e3dd2ba
commit e952fa59cb
9 changed files with 9 additions and 11 deletions

View File

@@ -4,7 +4,7 @@ class BaseDriverTestCase extends Yoast\PHPUnitPolyfills\TestCases\TestCase
{
public function projects(): array
{
return Filesystem::scanDir(__DIR__.'/projects');
return Filesystem::scanDir(__DIR__.'/projects');
}
public function projectDir(string $name): string