Christopher Johnson (WMDE) has submitted this change and it was merged.

Change subject: removes dead code from SprintQuery
......................................................................


removes dead code from SprintQuery

Change-Id: Idc0089a552cfa64f7bfc9ad1b9d5cbf83cbac33f
---
M src/query/SprintQuery.php
1 file changed, 1 insertion(+), 2 deletions(-)

Approvals:
  Christopher Johnson (WMDE): Verified; Looks good to me, approved
  jenkins-bot: Verified



diff --git a/src/query/SprintQuery.php b/src/query/SprintQuery.php
index 52890a4..84e5923 100644
--- a/src/query/SprintQuery.php
+++ b/src/query/SprintQuery.php
@@ -222,8 +222,7 @@
   }
 
   public function getEvents($xactions) {
-    $scope_phid = $this->project->getPHID();
-    $events = $this->extractEvents($xactions, $scope_phid);
+    $events = $this->extractEvents($xactions);
     return $events;
   }
 

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

Gerrit-MessageType: merged
Gerrit-Change-Id: Idc0089a552cfa64f7bfc9ad1b9d5cbf83cbac33f
Gerrit-PatchSet: 1
Gerrit-Project: phabricator/extensions/Sprint
Gerrit-Branch: master
Gerrit-Owner: Christopher Johnson (WMDE) <[email protected]>
Gerrit-Reviewer: Christopher Johnson (WMDE) <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

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

Reply via email to