Skip to content

Removed "of object" from docBlock in "Cycle\ORM\RepositoryInterface" #941

Removed "of object" from docBlock in "Cycle\ORM\RepositoryInterface"

Removed "of object" from docBlock in "Cycle\ORM\RepositoryInterface" #941

Workflow file for this run

---
on: # yamllint disable-line rule:truthy
push:
branches:
- '*.*'
- '*.*.*'
pull_request: null
name: Postgres
jobs:
phpunit:
uses: cycle/gh-actions/.github/workflows/db-pgsql.yml@master
...