Skip to content

fix: phpstan empty not allowed #1033

fix: phpstan empty not allowed

fix: phpstan empty not allowed #1033

Workflow file for this run

name: PHP Checks
on:
workflow_dispatch:
push:
branches:
- trunk
pull_request:
paths:
- composer.json
- src/**/*.php
- tests/**/*.php
- .github/workflows/**
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
jobs:
codestyle_php:
name: Codestyle PHP
runs-on: ubuntu-latest
steps:
- uses: shopware/github-actions/cs-fixer@main
with:
rules: ''
phpstan:
name: PHPStan
uses: ./.github/workflows/action-phpstan.yml
with:
extension_name: ${{ github.event.repository.name }}