Rename test/bootstrap-phpstan.php to test/bootstrap-static.php

Signed-off-by: William Desportes <williamdes@wdes.fr>
This commit is contained in:
William Desportes 2020-05-02 01:21:12 +02:00
parent a1d837d3ce
commit 8d0085310a
No known key found for this signature in database
GPG Key ID: 90A0EF1B8251A889
3 changed files with 3 additions and 3 deletions

View File

@ -4,7 +4,7 @@ parameters:
level: max
paths:
- .
bootstrap: test/bootstrap-phpstan.php
bootstrap: test/bootstrap-static.php
reportUnmatchedIgnoredErrors: true
inferPrivatePropertyTypeFromConstructor: true
checkMissingIterableValueType: false

View File

@ -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"

View File

@ -1,6 +1,6 @@
<?php
/**
* Bootstrap file for phpstan
* Bootstrap file for phpstan and psalm
*/
declare(strict_types=1);