Skip to content

【Symfony6.3より非推奨になったエラー】@required アノテーションの修正 #2810

【Symfony6.3より非推奨になったエラー】@required アノテーションの修正

【Symfony6.3より非推奨になったエラー】@required アノテーションの修正 #2810

Workflow file for this run

name: PHPStan
on:
push:
branches:
- '*'
tags:
- '*'
paths:
- '**'
- '!*.md'
pull_request:
paths:
- '**'
- '!*.md'
jobs:
phpstan:
name: PHPStan
runs-on: ubuntu-latest
steps:
- name: "Checkout"
uses: actions/checkout@v4
- name: Setup PHP
uses: nanasess/setup-php@master
with:
php-version: '8.1'
- name: Initialize Composer
uses: ./.github/actions/composer
- name: PHPStan
run: vendor/bin/phpstan analyze src/ --error-format=github