Skip to content
This repository has been archived by the owner on Nov 29, 2021. It is now read-only.
/ phpstan-faker Public archive

PHPStan extension for fzaninotto/Faker

License

Notifications You must be signed in to change notification settings

finwe/phpstan-faker

Repository files navigation

Faker extensions for PHPStan

Deprecation Notice

The problem this project used to solve is no longer present with the latest versions of PHPStan and Faker. It is recommended to update those and remove this project from your dependencies.

composer update
composer remove finwe/phpstan-faker

Build Status Latest Stable Version License

This extension provides following features:

  • Provides definitions for magic Faker\Generator methods and properties

Usage

To use this extension, require it in Composer:

composer require --dev finwe/phpstan-faker

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

includes:
	- vendor/finwe/phpstan-faker/extension.neon