jenkins-bot has submitted this change and it was merged. ( 
https://gerrit.wikimedia.org/r/405207 )

Change subject: Fix RelPath\RelPath to extend Wikimedia\RelPath not PSquare
......................................................................


Fix RelPath\RelPath to extend Wikimedia\RelPath not PSquare

Change-Id: Icb2a7966480953cbc92f4c31d67f187c9141d0d9
Follows-up: I65a8d36a5e74b9614c1109c19b66f99c66c8809c
---
M src/RunningStat/RunningStat.php
1 file changed, 1 insertion(+), 1 deletion(-)

Approvals:
  BryanDavis: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/src/RunningStat/RunningStat.php b/src/RunningStat/RunningStat.php
index 0f39c9f..c27d24c 100644
--- a/src/RunningStat/RunningStat.php
+++ b/src/RunningStat/RunningStat.php
@@ -1,5 +1,5 @@
 <?php
 namespace RunningStat;
 
-class RunningStat extends \Wikimedia\PSquare {
+class RunningStat extends \Wikimedia\RunningStat {
 }

-- 
To view, visit https://gerrit.wikimedia.org/r/405207
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: Icb2a7966480953cbc92f4c31d67f187c9141d0d9
Gerrit-PatchSet: 1
Gerrit-Project: RunningStat
Gerrit-Branch: master
Gerrit-Owner: Reedy <[email protected]>
Gerrit-Reviewer: BryanDavis <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to