Skip to content

Simplify normalizeUrl to use strtok instead of manual URL rebuilding #18

Simplify normalizeUrl to use strtok instead of manual URL rebuilding

Simplify normalizeUrl to use strtok instead of manual URL rebuilding #18

Workflow file for this run

name: PHPStan
on:
push:
paths:
- '**.php'
- 'phpstan.neon.dist'
jobs:
phpstan:
name: PHPStan
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: '8.5'
coverage: none
- name: Install dependencies
run: composer install --no-interaction --no-progress
- name: Run PHPStan
run: vendor/bin/phpstan analyse