Skip to content

Allow to specify property values when insert() or save() #947

Allow to specify property values when insert() or save()

Allow to specify property values when insert() or save() #947

Workflow file for this run

on:
pull_request:
paths:
- 'src/**'
- '.github/workflows/rector.yml'
- 'composer.json'
- 'rector.php'
name: Rector
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
rector:
uses: yiisoft/actions/.github/workflows/rector.yml@master
with:
php: >-
['8.4']
required-packages: >-
['db']