Skip to content

Fix phpstan/phpstan#11610: Optional array shape property doesn't change to required after is_array #15169

Fix phpstan/phpstan#11610: Optional array shape property doesn't change to required after is_array

Fix phpstan/phpstan#11610: Optional array shape property doesn't change to required after is_array #15169

on: pull_request
name: Block merge commits
jobs:
message-check:
name: Block Merge Commits
runs-on: ubuntu-latest
steps:
- name: Harden the runner (Audit all outbound calls)
uses: step-security/harden-runner@5ef0c079ce82195b2a36a210272d6b661572d83e # v2.14.2
with:
egress-policy: audit
- name: Block Merge Commits
uses: Morishiri/block-merge-commits-action@a4554c78def8d874966a8d1e20e2971121443755 # v1.0.1
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}