Skip to content

[BUGFIX] Re-introduce search for coordinates in ol.Feature Array (#1436) #1606

[BUGFIX] Re-introduce search for coordinates in ol.Feature Array (#1436)

[BUGFIX] Re-introduce search for coordinates in ol.Feature Array (#1436) #1606

Workflow file for this run

name: PHPStan
on:
push:
branches: [ "5.1.x" ]
pull_request:
branches: [ "5.1.x" ]
jobs:
phpstan:
name: Static Code Analysis
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Install dependencies
uses: php-actions/composer@v6
with:
command: update
php_version: "7.4"
- name: PHPStan Static Analysis
uses: php-actions/phpstan@v3
with:
configuration: ./.github/phpstan.neon