Skip to content

Commit

Permalink
Fix: Run 'make static-code-analysis-baseline'
Browse files Browse the repository at this point in the history
  • Loading branch information
localheinz committed Apr 20, 2021
1 parent b648418 commit 5d207c0
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions psalm-baseline.xml
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<files psalm-version="3.18.2@19aa905f7c3c7350569999a93c40ae91ae4e1626">
<files psalm-version="4.7.0@d4377c0baf3ffbf0b1ec6998e8d1be2a40971005">
<file src="test/Unit/RuleSet/AbstractRuleSetTestCase.php">
<InternalClass occurrences="1">
<code>FixerFactory::create()</code>
<code>new FixerFactory()</code>
</InternalClass>
<InternalMethod occurrences="3">
<code>FixerFactory::create()</code>
<InternalMethod occurrences="2">
<code>getFixers</code>
<code>registerBuiltInFixers</code>
</InternalMethod>
Expand Down

0 comments on commit 5d207c0

Please sign in to comment.