Skip to content

fix: make Response code static #476

fix: make Response code static

fix: make Response code static #476

Workflow file for this run

name: PHPlint
on: [push]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Lint on PHP 8.1
uses: firehed/lint-php-action@v1
with:
file-extensions: 'php, inc'
php-version: "8.1"