Skip to content

Make code more readable #7475

Make code more readable

Make code more readable #7475

Workflow file for this run

on: [push]
name: PHPStan Code Analysis
jobs:
phpstan:
name: PHPStan
runs-on: ubuntu-latest
steps:
- name: "📥 Fetching Repository Contents"
uses: actions/[email protected]
- name: "💽 Installing PHP, Composer, CS2PR"
uses: shivammathur/[email protected]
with:
php-version: 8.0
coverage: none
ini-values: display_errors = on, error_reporting = E_ALL
tools: composer
- name: "💽 Installing Composer Packages"
run: composer install
- name: "🧪 Test"
run: vendor/bin/phpstan analyze ./ --memory-limit=2G