Skip to content

Commit

Permalink
Delete StatementOrderVisitor that is no longer needed
Browse files Browse the repository at this point in the history
  • Loading branch information
ondrejmirtes committed Apr 13, 2023
1 parent c476a86 commit 017d321
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 94 deletions.
5 changes: 0 additions & 5 deletions conf/config.neon
Original file line number Diff line number Diff line change
Expand Up @@ -812,11 +812,6 @@ services:
arguments:
fileFinder: @fileFinderAnalyse

-
class: PHPStan\NodeVisitor\StatementOrderVisitor
tags:
- phpstan.parser.richParserNodeVisitor

-
class: PHPStan\Parallel\ParallelAnalyser
arguments:
Expand Down
89 changes: 0 additions & 89 deletions src/NodeVisitor/StatementOrderVisitor.php

This file was deleted.

1 comment on commit 017d321

@staabm
Copy link
Contributor

@staabm staabm commented on 017d321 Oct 14, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nice to see this visitor is gone with 1.11.x, as it showed up in my todays memory profiles as the top 3 consumer in 1.10.x.

php bin/phpstan clear-result-cache -q && blackfire run --ignore-exit-status php bin/phpstan analyze src/ --debug

grafik

Please sign in to comment.