X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2FStubObject.php;h=cc0adb743d52484114771b214599114fa0c96f4e;hb=b207c900fa714dab3c09c4e14404224f0c0e430c;hp=615bcb5f976464ba5979af1c2927bc91d3890f32;hpb=50927f376bc56fceade18c1670aec4f9fe2d207d;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/StubObject.php b/includes/StubObject.php index 615bcb5f97..cc0adb743d 100644 --- a/includes/StubObject.php +++ b/includes/StubObject.php @@ -108,6 +108,7 @@ class StubObject { * @param $name String: name of the method called in this object. * @param $level Integer: level to go in the stact trace to get the function * who called this function. + * @throws MWException */ function _unstub( $name = '_unstub', $level = 2 ) { static $recursionLevel = 0;