Skip to content

Commit 7df89e0

Browse files
Source code files may be empty
1 parent 6f86f73 commit 7df89e0

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

src/StaticAnalysis/CachingSourceAnalyser.php

-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,6 @@ public function __construct(string $directory, SourceAnalyser $sourceAnalyser)
5050

5151
/**
5252
* @param non-empty-string $sourceCodeFile
53-
* @param non-empty-string $sourceCode
5453
*/
5554
public function analyse(string $sourceCodeFile, string $sourceCode, bool $useAnnotationsForIgnoringCode, bool $ignoreDeprecatedCode): AnalysisResult
5655
{

src/StaticAnalysis/ParsingSourceAnalyser.php

-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@
3636
{
3737
/**
3838
* @param non-empty-string $sourceCodeFile
39-
* @param non-empty-string $sourceCode
4039
*/
4140
public function analyse(string $sourceCodeFile, string $sourceCode, bool $useAnnotationsForIgnoringCode, bool $ignoreDeprecatedCode): AnalysisResult
4241
{

src/StaticAnalysis/SourceAnalyser.php

-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ interface SourceAnalyser
1616
{
1717
/**
1818
* @param non-empty-string $sourceCodeFile
19-
* @param non-empty-string $sourceCode
2019
*/
2120
public function analyse(string $sourceCodeFile, string $sourceCode, bool $useAnnotationsForIgnoringCode, bool $ignoreDeprecatedCode): AnalysisResult;
2221
}

0 commit comments

Comments
 (0)