mirror of
https://github.com/danog/psalm.git
synced 2025-01-22 05:41:20 +01:00
Remove fixable flag for Complexity issues (#4742)
This commit is contained in:
parent
8a4ec20d7f
commit
edb6343fce
@ -719,8 +719,7 @@ class StatementsAnalyzer extends SourceAnalyzer
|
|||||||
. ' (method graph size = ' . $count .', average path length = ' . round($mean). ')',
|
. ' (method graph size = ' . $count .', average path length = ' . round($mean). ')',
|
||||||
$function_storage->location
|
$function_storage->location
|
||||||
),
|
),
|
||||||
$this->getSuppressedIssues(),
|
$this->getSuppressedIssues()
|
||||||
true
|
|
||||||
)) {
|
)) {
|
||||||
// fall through
|
// fall through
|
||||||
}
|
}
|
||||||
@ -731,8 +730,7 @@ class StatementsAnalyzer extends SourceAnalyzer
|
|||||||
. ' (method graph size = ' . $count .', average path length = ' . round($mean) . ')',
|
. ' (method graph size = ' . $count .', average path length = ' . round($mean) . ')',
|
||||||
$function_storage->location
|
$function_storage->location
|
||||||
),
|
),
|
||||||
$this->getSuppressedIssues(),
|
$this->getSuppressedIssues()
|
||||||
true
|
|
||||||
)) {
|
)) {
|
||||||
// fall through
|
// fall through
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user