Skip to content

Fix camelCase provider method name add return types in SoapFaultTest … #3

Fix camelCase provider method name add return types in SoapFaultTest …

Fix camelCase provider method name add return types in SoapFaultTest … #3

Workflow file for this run

name: PHPCS check
on: [push]
jobs:
phpcs:
name: PHPCS
runs-on: ubuntu-latest
steps:
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: '7.1'
ini-values: post_max_size=256M, max_execution_time=180
extensions: soap
- name: Checkout code
uses: actions/checkout@v2
- name: Composer update
run: composer install --prefer-dist --no-progress --no-suggest
- name: phpcs
run: vendor/bin/phpcs --standard=PSR2 src tests -n