Skip to content

Change @return self to @return $this #17

Change @return self to @return $this

Change @return self to @return $this #17

Workflow file for this run

name: Coding Style
on: [push, pull_request]
jobs:
code-checker:
name: Code Standard Checker
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: shivammathur/setup-php@v2
with:
php-version: 8.2
coverage: none
- run: composer create-project nette/code-checker temp/code-checker ^3.2 --no-progress
- run: php temp/code-checker/src/code-checker.php