We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b23c85 commit 82a7a5dCopy full SHA for 82a7a5d
1 file changed
src/Analyser/Analyser.php
@@ -20,11 +20,10 @@ class Analyser
20
private array $collectedErrors = [];
21
22
public function __construct(
23
- FileAnalyser $fileAnalyser,
24
- Registry $registry,
25
- NodeScopeResolver $nodeScopeResolver,
26
- int $internalErrorsCountLimit
27
- ) {
+ FileAnalyser $fileAnalyser,
+ Registry $registry,NodeScopeResolver $nodeScopeResolver, int $internalErrorsCountLimit
+ )
+ {
28
$this->fileAnalyser = $fileAnalyser;
29
$this->registry = $registry;
30
$this->nodeScopeResolver = $nodeScopeResolver;
0 commit comments