Skip to content

Commit

Permalink
php deprecation notices
Browse files Browse the repository at this point in the history
  • Loading branch information
ktomk committed Apr 18, 2023
1 parent 3733f07 commit 9720836
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Value/Env/EnvFile.php
Original file line number Diff line number Diff line change
Expand Up @@ -46,11 +46,13 @@ public function getPairs()
return $pairs;
}

#[\ReturnTypeWillChange]
public function count()
{
return count($this->env);
}

#[\ReturnTypeWillChange]
public function getIterator()
{
return new \ArrayIterator($this->env);
Expand Down

0 comments on commit 9720836

Please sign in to comment.