Skip to content

Commit 23e689c

Browse files
Update Analyser.php
1 parent d08836f commit 23e689c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Analyser/Analyser.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ public function analyse(
6565
}
6666

6767
try {
68-
$fileAnalyserResult = $this->fileAnalyser->analyseFile(
68+
$fileAnalyserResult = $this->fileAnalyser->analyseFile(
6969
$file,
7070
$allAnalysedFiles,
7171
$this->registry,

0 commit comments

Comments
 (0)