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 6a9494d commit a909e48Copy full SHA for a909e48
src/Repository/AbstractRepository.php
@@ -22,7 +22,7 @@ abstract class AbstractRepository implements RepositoryInterface
22
private $loaded;
23
24
/**
25
- * Create a new environment variables instance.
+ * Create a new repository instance.
26
*
27
* @param bool $immutable
28
src/Repository/AdapterRepository.php
@@ -19,7 +19,7 @@ class AdapterRepository extends AbstractRepository
19
protected $writers;
20
21
- * Create a new dotenv environment variables instance.
+ * Create a new adapter repository instance.
* @param \Dotenv\Repository\Adapter\ReaderInterface[] $readers
* @param \Dotenv\Repository\Adapter\WriterInterface[] $writers
0 commit comments