1Looks like the new warning in PHP 7.1
2
3Probably you have an empty SESSION_LIFETIME in the .env which cause this
4warning by calling the addRealUnit($unit, $value = 1) with the $value = ""
5
6Solution: Update the .env and set a value to SESSION_LIFETIME or remove the
7SESSION_LIFETIME and the problem should be solved.