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
Not sure how fixable this is, but just noting that PPI doesn't know that the try statement ends at catch ($e) {}, which causes it to misparse the code below. Adding a semicolon after the catch fixes this.
Not sure how fixable this is, but just noting that PPI doesn't know that the
try
statement ends atcatch ($e) {}
, which causes it to misparse the code below. Adding a semicolon after thecatch
fixes this.The text was updated successfully, but these errors were encountered: