Download the PHP package bellangelo/phpstan-require-file-exists without Composer
On this page you can find all versions of the php package bellangelo/phpstan-require-file-exists. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download bellangelo/phpstan-require-file-exists
More information about bellangelo/phpstan-require-file-exists
Files in bellangelo/phpstan-require-file-exists
Download bellangelo/phpstan-require-file-exists
More information about bellangelo/phpstan-require-file-exists
Files in bellangelo/phpstan-require-file-exists
Vendor bellangelo
Package phpstan-require-file-exists
Short Description A PHPStan rule for checking if the files mentioned in the imports really exist.
License Apache-2.0
Package phpstan-require-file-exists
Short Description A PHPStan rule for checking if the files mentioned in the imports really exist.
License Apache-2.0
Please rate this library. Is it a good library?
Informations about the package phpstan-require-file-exists
phpstan-require-file-exists
UPDATE: This rule has been merged into PHPStan itself. Here is the PR: https://github.com/phpstan/phpstan-src/pull/3294
~~Weirdly enough, PHPStan does not check if a file exists when used in a
require
or include
statement. This is a PHPStan rule that tries to do
exactly that.~~
Installation
Development
For local development and testing, composer.json
contains several commands that you can run.
composer run tests
- runs the PHPUnit tests.composer run phpstan
- runs PHPStan on thesrc
andtests
directories.composer run phpcs
- runs PHP CodeSniffer on thesrc
andtests
directories.composer run phpcs:fix
- runs PHP CodeSniffer on thesrc
andtests
directories and tries to fix the issues.
All versions of phpstan-require-file-exists with dependencies
PHP Build Version
Package Version
The package bellangelo/phpstan-require-file-exists contains the following files
Loading the files please wait ....