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 27ddc2c commit c2da544Copy full SHA for c2da544
tests/Dotenv/ValidatorTest.php
@@ -32,7 +32,7 @@ public static function setFolder()
32
*
33
* @return array{\Dotenv\Repository\RepositoryInterface,\Dotenv\Dotenv}
34
*/
35
- public function createArrayDotenv(string $name = '.env')
+ public static function createArrayDotenv(string $name = '.env')
36
{
37
$repository = RepositoryBuilder::createWithNoAdapters()->addAdapter(ArrayAdapter::class)->make();
38
0 commit comments