An open API service indexing awesome lists of open source software.

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

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.