Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpmyadmin/phpmyadmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilliam Desportes <williamdes@wdes.fr>2020-05-02 02:21:12 +0300
committerWilliam Desportes <williamdes@wdes.fr>2020-05-02 02:21:20 +0300
commit8d0085310ae2f72f00289ea0a46e2be4fbf512d1 (patch)
treebd6d082bf4d2a376a79e9152cce96fb5745151b3 /psalm.xml
parenta1d837d3ce86f2c42fa5f3b68dd1e1ecfb2340fd (diff)
Rename test/bootstrap-phpstan.php to test/bootstrap-static.php
Signed-off-by: William Desportes <williamdes@wdes.fr>
Diffstat (limited to 'psalm.xml')
-rw-r--r--psalm.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/psalm.xml b/psalm.xml
index 4b7b230ce5..10c444f18c 100644
--- a/psalm.xml
+++ b/psalm.xml
@@ -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"