Skip to content

Fix $db->update when there is null value #417

Fix $db->update when there is null value

Fix $db->update when there is null value #417

Workflow file for this run

name: PHP Linting
on:
pull_request:
branches: [master]
push:
branches: [master]
jobs:
phplint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: overtrue/[email protected]
with:
path: .
options: --exclude="system/libs/polyfill-mbstring/bootstrap80.php"