Skip to content

Commit 416526e

Browse files
author
rotimi
committed
Upgraded rector to 0.17
1 parent c0d4f96 commit 416526e

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"require-dev": {
1717
"phpunit/phpunit": "^9.0",
1818
"php-coveralls/php-coveralls": "^2.0",
19-
"rector/rector": "^0.15.0",
19+
"rector/rector": "^0.17.0",
2020
"vimeo/psalm": "^5.4"
2121
},
2222
"autoload": {

psalm.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
<?xml version="1.0"?>
22
<psalm
33
errorLevel="1"
4+
findUnusedCode="false"
5+
findUnusedBaselineEntry="true"
46
resolveFromConfigFile="true"
57
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
68
xmlns="https://getpsalm.org/schema/config"

rector.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
//$rectorConfigurator->import(SetList::PHP_80);
2222
//$rectorConfigurator->import(SetList::PHP_81);
2323
$rectorConfigurator->import(SetList::DEAD_CODE);
24-
$rectorConfigurator->import(SetList::PSR_4);
24+
//$rectorConfigurator->import(SetList::PSR_4);
2525
$rectorConfigurator->import(SetList::TYPE_DECLARATION);
2626

2727
$rectorConfigurator->skip([

0 commit comments

Comments
 (0)