10000 Add regression test · phpstan/phpstan-src@c71567d · GitHub
[go: up one dir, main page]

Skip to content

Fixed false-positive with by-ref parameters and array-functions #664

Fixed false 5F72 -positive with by-ref parameters and array-functions

Fixed false-positive with by-ref parameters and array-functions #664

# https://help.github.com/en/categories/automating-your-workflow-with-github-actions
name: "Pull request ready for review"
on:
pull_request_target:
types:
- ready_for_review
jobs:
comment:
name: "Comment on pull request"
runs-on: 'ubuntu-latest'
steps:
- name: Comment PR
uses: peter-evans/create-or-update-comment@v4
with:
body: "This pull request has been marked as ready for review."
token: ${{ secrets.PHPSTAN_BOT_TOKEN }}
issue-number: ${{ github.event.pull_request.number }}
0