Skip to content
This repository has been archived by the owner on Feb 10, 2021. It is now read-only.

vhenzl-archive/phpstan-kdyby-doctrine

Repository files navigation

Kdyby/Doctrine extensions for PHPStan

Usage

This extension is under development and haven't been publish yet. You can install and use it on your own risk. To do so, add it manually into your consposer.json:

{
    "repositories": [
        {
            "type": "vcs",
            "url": "https://github.com/vhenzl/phpstan-kdyby-doctrine"
        }
    ],
    "require-dev": {
        "vhenzl/phpstan-kdyby-doctrine": "dev-master"
    }
}

And include extension.neon in your project's PHPStan config:

includes:
	- vendor/vhenzl/phpstan-kdyby-doctrine/extension.neon

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages