https://github.com/ebln/phpstan-factory-mark
Stand-alone interface for a factory-enforcing PHPStan rule
https://github.com/ebln/phpstan-factory-mark
php phpstan phpstan-rules
Last synced: about 1 month ago
JSON representation
Stand-alone interface for a factory-enforcing PHPStan rule
- Host: GitHub
- URL: https://github.com/ebln/phpstan-factory-mark
- Owner: ebln
- License: mit
- Created: 2021-11-10T20:50:24.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2025-05-04T11:27:23.000Z (about 1 year ago)
- Last Synced: 2025-12-27T05:27:46.092Z (6 months ago)
- Topics: php, phpstan, phpstan-rules
- Language: PHP
- Homepage:
- Size: 22.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
ebln/phpstan-factory-mark
=========================
Provides the interface needed for [`ebln/phpstan-factory-rule`](https://github.com/ebln/phpstan-factory-rule).
This is needed because the interface will reside in production code, while the phpstan rule is usually only required for development.