secure-env-php
secure-env-php copied to clipboard
decrypt() return type string|false
This avoids fatal errors when openssl_decrypt returns false.
Not fatal with a try/catch (TypeError) {}