Rename test/bootstrap-phpstan.php to test/bootstrap-static.php
Signed-off-by: William Desportes <williamdes@wdes.fr>
This commit is contained in:
parent
a1d837d3ce
commit
8d0085310a
@ -4,7 +4,7 @@ parameters:
|
||||
level: max
|
||||
paths:
|
||||
- .
|
||||
bootstrap: test/bootstrap-phpstan.php
|
||||
bootstrap: test/bootstrap-static.php
|
||||
reportUnmatchedIgnoredErrors: true
|
||||
inferPrivatePropertyTypeFromConstructor: true
|
||||
checkMissingIterableValueType: false
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
<?xml version="1.0"?>
|
||||
<psalm
|
||||
autoloader="test/bootstrap-phpstan.php"
|
||||
autoloader="test/bootstrap-static.php"
|
||||
totallyTyped="false"
|
||||
resolveFromConfigFile="true"
|
||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
<?php
|
||||
/**
|
||||
* Bootstrap file for phpstan
|
||||
* Bootstrap file for phpstan and psalm
|
||||
*/
|
||||
declare(strict_types=1);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user