Closed Gasol closed 5 years ago
Nice catch. I'm wondering though if the else if
is required, given both branches return the same empty array.
The problem seems to have been that I did an &&
check originally.
It probably should be if ($error === null || $error['....) {
.
Or not?
Nice catch. I'm wondering though if the
else if
is required, given both branches return the same empty array.The problem seems to have been that I did an
&&
check originally. It probably should beif ($error === null || $error['....) {
.Or not?
Updated, But the job is failed on Travis CI, Maybe failed on master too.
[ERROR] PublicKey 4AA394086372C20A not found on key servers
The command "phive --no-progress install --trust-gpg-keys 4AA394086372C20A,2A8299CE842DD38C,E82B2FB314E9906E" failed and exited with 4 during .
The error_get_last function returns NULL if there hasn't been an error yet, And the exit status 255 is reserved by PHP and shall be used when fatal error occurred.