Skip to content

Commit

Permalink
Fix docblock for Dotenv::createImmutable (#392)
Browse files Browse the repository at this point in the history
  • Loading branch information
piotr-cz authored and GrahamCampbell committed Dec 6, 2019
1 parent 6ca3a1d commit a2ce48f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Dotenv.php
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ public static function createMutable($paths, $file = null)
}

/**
* Create a new mutable dotenv instance with default repository.
* Create a new immutable dotenv instance with default repository.
*
* @param string|string[] $paths
* @param string|null $file
Expand Down

0 comments on commit a2ce48f

Please sign in to comment.