Skip to content

Remove $tableName property from constructor #1245

Remove $tableName property from constructor

Remove $tableName property from constructor #1245

Workflow file for this run

on:
pull_request:
paths-ignore:
- 'docs/**'
- 'README.md'
- 'CHANGELOG.md'
- '.gitignore'
- '.gitattributes'
- 'infection.json.dist'
- 'phpunit.xml.dist'
push:
paths-ignore:
- 'docs/**'
- 'README.md'
- 'CHANGELOG.md'
- '.gitignore'
- '.gitattributes'
- 'infection.json.dist'
- 'phpunit.xml.dist'
name: static analysis
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
psalm:
uses: yiisoft/actions/.github/workflows/psalm.yml@master
strategy:
matrix:
php: [8.1, 8.2]
config: [psalm.xml]
include:
- php: 8.3
config: psalm83.xml
with:
os: >-
['ubuntu-latest']
php: >-
['${{ matrix.php }}']
psalm-config: >-
${{ matrix.config }}