Interface PHPStan\PhpDoc\StubFilesExtension

This is the extension interface to implement if you want to dynamically load stub files based on your logic. As opposed to simply list them in the configuration file.

To register it in the configuration file use the phpstan.stubFilesExtension service tag:

services:
	-
		class: App\PHPStan\MyExtension
		tags:
			- phpstan.stubFilesExtension

Learn more: https://phpstan.org/developing-extensions/allowed-subtypes

  • PHPStan\PhpDoc\StubFilesExtension
    • PHPStan\PhpDoc\CountableStubFilesExtension implements StubFilesExtension
Methods