jenkins-bot has submitted this change and it was merged. ( https://gerrit.wikimedia.org/r/405563 )
Change subject: Update RunningStat use statement ...................................................................... Update RunningStat use statement Bug: T182273 Change-Id: If9e946e767ca8f4c1af9b1a4855bbbffb98deff5 --- M includes/libs/XhprofData.php 1 file changed, 1 insertion(+), 1 deletion(-) Approvals: Legoktm: Looks good to me, approved jenkins-bot: Verified diff --git a/includes/libs/XhprofData.php b/includes/libs/XhprofData.php index 0be4ff6..8762446 100644 --- a/includes/libs/XhprofData.php +++ b/includes/libs/XhprofData.php @@ -18,7 +18,7 @@ * @file */ -use RunningStat\RunningStat; +use Wikimedia\RunningStat; /** * Convenience class for working with XHProf profiling data -- To view, visit https://gerrit.wikimedia.org/r/405563 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: If9e946e767ca8f4c1af9b1a4855bbbffb98deff5 Gerrit-PatchSet: 1 Gerrit-Project: mediawiki/core Gerrit-Branch: master Gerrit-Owner: Reedy <[email protected]> Gerrit-Reviewer: Legoktm <[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
