jenkins-bot has submitted this change and it was merged.
Change subject: Remove unused $fname in StubObject::_unstub
......................................................................
Remove unused $fname in StubObject::_unstub
Change-Id: I1a90d888b1b17e21b54b90f3665c63edd1f21195
---
M includes/StubObject.php
1 file changed, 0 insertions(+), 1 deletion(-)
Approvals:
Florianschmidtwelzow: Looks good to me, approved
jenkins-bot: Verified
diff --git a/includes/StubObject.php b/includes/StubObject.php
index 211afda..0b4d048 100644
--- a/includes/StubObject.php
+++ b/includes/StubObject.php
@@ -149,7 +149,6 @@
}
if ( get_class( $GLOBALS[$this->global] ) != $this->class ) {
- $fname = __METHOD__ . '-' . $this->global;
$caller = wfGetCaller( $level );
if ( ++$recursionLevel > 2 ) {
throw new MWException( "Unstub loop detected on
call of "
--
To view, visit https://gerrit.wikimedia.org/r/281257
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: I1a90d888b1b17e21b54b90f3665c63edd1f21195
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/core
Gerrit-Branch: master
Gerrit-Owner: Addshore <[email protected]>
Gerrit-Reviewer: Florianschmidtwelzow <[email protected]>
Gerrit-Reviewer: Reedy <[email protected]>
Gerrit-Reviewer: jenkins-bot <>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits