Skip to content

Remove parameter $withColumn from Quoter::getTableNameParts() #3643

Remove parameter $withColumn from Quoter::getTableNameParts()

Remove parameter $withColumn from Quoter::getTableNameParts() #3643

Workflow file for this run

on:
pull_request:
paths:
- 'src/**'
- 'config/**'
- 'psalm*.xml'
push:
paths:
- 'src/**'
- 'config/**'
- 'psalm*.xml'
name: static analysis
jobs:
psalm:
uses: yiisoft/actions/.github/workflows/psalm.yml@master
with:
os: >-
['ubuntu-latest']
php: >-
['8.1', '8.2']
psalm83:
uses: yiisoft/actions/.github/workflows/psalm.yml@master
with:
psalm-config: psalm83.xml
os: >-
['ubuntu-latest']
php: >-
['8.3']