Skip to content

Fix wrong method used in getRateById #40

Fix wrong method used in getRateById

Fix wrong method used in getRateById #40

Workflow file for this run

name: PHPStan
on:
push:
branches: [main, 3.x, 2.x, 1.x]
pull_request:
jobs:
phpstan:
name: PHPStan
runs-on: ubuntu-latest
steps:
- name: "Checkout"
uses: actions/checkout@v2
- name: PHPStan
uses: docker://oskarstark/phpstan-ga
with:
args: analyse src/ --level=5