From bbad3e32c8c38ce1769986ef1aacbb35bd86a72f Mon Sep 17 00:00:00 2001 From: Anton Vasiliev Date: Mon, 10 Feb 2020 15:45:25 +0000 Subject: [PATCH] #7 - Rename PSR-2 to PSR-12 --- .github/workflows/validations.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/validations.yml b/.github/workflows/validations.yml index 7b425fc..3e43258 100644 --- a/.github/workflows/validations.yml +++ b/.github/workflows/validations.yml @@ -2,7 +2,7 @@ name: "Validations" on: [push, pull_request] jobs: validate-code-style: - name: PSR-2 Code style + name: PSR-12 Code style runs-on: ubuntu-latest steps: - uses: actions/checkout@v1 @@ -24,7 +24,7 @@ jobs: - name: Install PHP_CodeSniffer composer package run: composer global require "squizlabs/php_codesniffer=*" - - name: Validate PSR-2 Code Style + - name: Validate PSR-12 Code Style run: ~/.composer/vendor/bin/phpcs validate-code-static: