Skip to content

Psr17: replace usage of deprecated PHP-HTTP Factories with PSR-17 factories #148

Psr17: replace usage of deprecated PHP-HTTP Factories with PSR-17 factories

Psr17: replace usage of deprecated PHP-HTTP Factories with PSR-17 factories #148

Workflow file for this run

name: "Static analysis"
on:
push:
branches:
- '[0-9]+.x'
- '[0-9]+.[0-9]+'
- '[0-9]+.[0-9]+.x'
pull_request:
jobs:
coding-standards:
name: "Coding Standards"
runs-on: "ubuntu-latest"
steps:
- name: "Checkout"
uses: "actions/checkout@v3"
- name: "PHP-CS-Fixer"
uses: "docker://oskarstark/php-cs-fixer-ga:2.19.0"
with:
args: --diff --dry-run