Skip to content

fix: extend Services class with CodeIgniter's BaseService (#198) #140

fix: extend Services class with CodeIgniter's BaseService (#198)

fix: extend Services class with CodeIgniter's BaseService (#198) #140

Workflow file for this run

name: PHPCPD
on:
pull_request:
branches:
- develop
paths:
- '**.php'
- '.github/workflows/phpcpd.yml'
push:
branches:
- develop
paths:
- '**.php'
- '.github/workflows/phpcpd.yml'
jobs:
phpcpd:
uses: codeigniter4/.github/.github/workflows/phpcpd.yml@CI46
with:
dirs: "src/ tests/"