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
Change mysql CLI call to native PHP function (#158)
* Change mysql CLI call to native PHP function
* Silent phpcs to allow for MySQL functions usage
* Silence silencing errors.
* Handle exception instead of supressing error
* Add comment explaining the approach
* Adjust label to make it more clear