contao / manager-bundle

[READ-ONLY] Contao Manager Bundle
GNU Lesser General Public License v3.0
17 stars 10 forks source link

Ignore warning for second parameter in getenv() #36

Closed ausi closed 7 years ago

ausi commented 7 years ago

getenv() does not support the second parameter in all supported PHP versions. This results in “Warning: getenv() expects exactly 1 parameter, 2 given”. I think we should ignore this warning in the app_dev.php entry point.