Skip to content

Latest commit

 

History

28 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

Repository files navigation

ext-tideways-stubs

Install with

composer require --dev tideways/ext-tideways-stubs

PHPStan

The stubs can be used to improve the PHPStan analysis when using classes from the Tideways extension. In order to do so, add the stub to your phpstan.neon:

parameters:
    stubFiles:
        - vendor/tideways/ext-tideways-stubs/stubs/Tideways.php

See: https://phpstan.org/user-guide/stub-files

However, if you want to be able to run PHPStan even without the tideways extension installed, add the stub file to scanFiles instead.

parameters:
    scanFiles:
        - vendor/tideways/ext-tideways-stubs/stubs/Tideways.php

About

IDE stubs for ext-tideways

Resources

Stars

3 stars

Watchers

3 watching

Forks

Releases

Packages

Used by

Contributors

Languages