Skip to content
Snippets Groups Projects
Commit f3fd36c8 authored by jurgenhaas's avatar jurgenhaas
Browse files

Cosmetics

parent 6339ec8f
No related branches found
No related tags found
No related merge requests found
......@@ -134,7 +134,6 @@ final class Dotenv {
* @param string $key
*/
private function findEnvironmentVariables(&$item, &$key) {
/** @noinspection NotOptimalRegularExpressionsInspection */
$pattern = '@\{\$env:([A-Za-z0-9_]*)\}@i';
preg_match_all($pattern, $item, $item_matches);
preg_match_all($pattern, $key, $key_matches);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment