Skip to content

Commit 72e3d11

Browse files
committed
Unsuppress infinite recursion detection & friends
These were suppressed in I3b0f197e13ad35e092 due to false positives that have since been fixed: phan/phan#4971 and phan/phan#4972. Change-Id: I5f6c0840bacf3b7a9748e719589026dff67d73c6
1 parent 4f67e47 commit 72e3d11

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

HISTORY.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
## 0.17.0 / ??????????
44
* Drop support for PHP < 8.1
5+
* Re-enable infinite loop and recursion detection
56

67
## 0.16.0 / 2025-07-02
78
* Use namespaced MediaWiki classes in `globals_type_map` (James D. Forrester)

src/base-config-functions.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -112,9 +112,6 @@ function setBaseOptions( string $curDir, ConfigBuilder $configBuilder ): void {
112112
'PhanUnusedVariable',
113113
'PhanUnusedVariableGlobal',
114114
'PhanUnusedVariableValueOfForeachWithKey',
115-
'PhanPossiblyInfiniteLoop',
116-
'PhanSideEffectFreeWhileBody',
117-
'PhanPossiblyInfiniteRecursionSameParams',
118115
] )
119116
->addPlugins( [
120117
'PregRegexCheckerPlugin',

0 commit comments

Comments
 (0)