Skip to content

fix: strong_password rule fails when the personal field contains an integer value. #2178

fix: strong_password rule fails when the personal field contains an integer value.

fix: strong_password rule fails when the personal field contains an integer value. #2178

Workflow file for this run

name: PHPStan
on:
pull_request:
branches:
- develop
paths:
- '**.php'
- 'composer.*'
- 'phpstan*'
- '.github/workflows/phpstan.yml'
push:
branches:
- develop
paths:
- '**.php'
- 'composer.*'
- 'phpstan*'
- '.github/workflows/phpstan.yml'
jobs:
phpstan:
uses: codeigniter4/.github/.github/workflows/phpstan.yml@main