You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix potential script termination when using unchecked variable
self::getReposArchives claims to return array but returns bool as well.
All other calls of this function properly check if the result is array.
In a case where false is returned, this code can throw a fatal error and cause stop of entire script execution wherever it is.
0 commit comments