Skip to content

Made an implicit float to integer conversion explicit to fix PHP 8.2 deprecation warning #184

Made an implicit float to integer conversion explicit to fix PHP 8.2 deprecation warning

Made an implicit float to integer conversion explicit to fix PHP 8.2 deprecation warning #184

Workflow file for this run

name: ESLint
on:
pull_request:
branches:
- develop
paths-ignore:
- '**.js'
jobs:
eslint:
runs-on: ubuntu-latest
steps:
- run: 'echo "No ESLint check required"'