Skip to content

Commit a909e48

Browse files
Fixed typos
1 parent 6a9494d commit a909e48

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Repository/AbstractRepository.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ abstract class AbstractRepository implements RepositoryInterface
2222
private $loaded;
2323

2424
/**
25-
* Create a new environment variables instance.
25+
* Create a new repository instance.
2626
*
2727
* @param bool $immutable
2828
*

src/Repository/AdapterRepository.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ class AdapterRepository extends AbstractRepository
1919
protected $writers;
2020

2121
/**
22-
* Create a new dotenv environment variables instance.
22+
* Create a new adapter repository instance.
2323
*
2424
* @param \Dotenv\Repository\Adapter\ReaderInterface[] $readers
2525
* @param \Dotenv\Repository\Adapter\WriterInterface[] $writers

0 commit comments

Comments
 (0)