We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e33262 commit e1bc35bCopy full SHA for e1bc35b
1 file changed
src/Analyser/Analyser.php
@@ -24,9 +24,9 @@ public function __construct(
24
Registry $registry,NodeScopeResolver $nodeScopeResolver, int $internalErrorsCountLimit
25
)
26
{
27
- $this->fileAnalyser = $fileAnalyser;
+$this->fileAnalyser = $fileAnalyser;
28
$this->registry = $registry;
29
- $this->nodeScopeResolver = $nodeScopeResolver;
+ $this->nodeScopeResolver = $nodeScopeResolver;
30
$this->internalErrorsCountLimit = $internalErrorsCountLimit;
31
}
32
0 commit comments