Legoktm has uploaded a new change for review. https://gerrit.wikimedia.org/r/109845
Change subject: Remove useless/unused "use" statements ...................................................................... Remove useless/unused "use" statements Change-Id: I858893d2f91346c15060eac85af713c2f89d8234 --- M FlowActions.php 1 file changed, 0 insertions(+), 2 deletions(-) git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/Flow refs/changes/45/109845/1 diff --git a/FlowActions.php b/FlowActions.php index ffd890b..dd18eda 100644 --- a/FlowActions.php +++ b/FlowActions.php @@ -5,10 +5,8 @@ use Flow\Model\UUID; use Flow\RevisionActionPermissions; use Flow\Log\Logger; -use Flow\Block\Block; use Flow\Templating; use Flow\Container; -use \Message; /** * Flow actions: key => value map with key being the action name. -- To view, visit https://gerrit.wikimedia.org/r/109845 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I858893d2f91346c15060eac85af713c2f89d8234 Gerrit-PatchSet: 1 Gerrit-Project: mediawiki/extensions/Flow Gerrit-Branch: master Gerrit-Owner: Legoktm <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
