Skip to content

chore: note arrow-function Return_ handling in hook property reader #83

chore: note arrow-function Return_ handling in hook property reader

chore: note arrow-function Return_ handling in hook property reader #83

Workflow file for this run

name: Static Analysis
on: ['push', 'pull_request']
permissions:
contents: read
jobs:
static:
name: Static Tests
runs-on: ubuntu-latest
strategy:
matrix:
dependency-version: [prefer-lowest, prefer-stable]
steps:
- name: Checkout
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
- name: Setup PHP
uses: shivammathur/setup-php@f3e473d116dcccaddc5834248c87452386958240 # v2
with:
php-version: 8.4
tools: composer:v2
coverage: none
- name: Install Dependencies
run: composer update --prefer-stable --no-interaction --no-progress --ansi
- name: Types
run: composer test:types
- name: Style
run: composer test:lint