Search by

flow-php / phpstan-types-bridge

norbert-tech

Flow PHP - PHPStan Types Bridge

Package info

github.com/flow-php/phpstan-types-bridge

Homepage

Type:phpstan-extension

pkg:composer/flow-php/phpstan-types-bridge

Fund package maintenance!

flow-php.com/sponsor

Statistics

Installs: 3

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

0.44.1 2026-09-12 10:07 UTC

This package is auto-updated.

Last update: 2026-09-15 12:17:13 UTC


README

PHPStan extension for flow-php/types. It teaches PHPStan the precise return type of the Flow\Types\DSL\type_structure() function so that structure shapes are narrowed for autocompletion and static analysis.

Installation

composer require --dev flow-php/phpstan-types-bridge

If you use phpstan/extension-installer the extension is registered automatically. Otherwise include it manually in your phpstan.neon:

includes:
    - vendor/flow-php/phpstan-types-bridge/extension.neon

Documentation