refactor: Ensure findById
returns null
instead of an array when ID is null
#2281
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Deptrac | |
on: | |
pull_request: | |
branches: | |
- develop | |
paths: | |
- '**.php' | |
- 'composer.*' | |
- 'depfile.yaml' | |
- '.github/workflows/deptrac.yml' | |
push: | |
branches: | |
- develop | |
paths: | |
- '**.php' | |
- 'composer.*' | |
- 'depfile.yaml' | |
- '.github/workflows/deptrac.yml' | |
jobs: | |
deptrac: | |
uses: codeigniter4/.github/.github/workflows/deptrac.yml@CI46 |