Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 626 Bytes

File metadata and controls

19 lines (12 loc) · 626 Bytes

Agents Guide for Package: src/SonsOfPHP/Bridge/Doctrine/Collections/Pager

Scope

  • Source: src/SonsOfPHP/Bridge/Doctrine/Collections/Pager/src
  • Tests: src/SonsOfPHP/Bridge/Doctrine/Collections/Pager/Tests
  • Do not edit: any vendor/ directories

Workflows

  • Install once at repo root: make install
  • Test this package only: PHPUNIT_OPTIONS='src/SonsOfPHP/Bridge/Doctrine/Collections/Pager/Tests' make test
  • Style and static analysis: make php-cs-fixer and make psalm
  • Upgrade code (may modify files): make upgrade-code

Notes

  • Keep Doctrine-related integrations loosely coupled and optional.