File tree Expand file tree Collapse file tree 6 files changed +8
-5
lines changed
Expand file tree Collapse file tree 6 files changed +8
-5
lines changed Original file line number Diff line number Diff line change 22
33namespace MWStake \MediaWiki \Component \CommonUserInterface \Component ;
44
5+ use MWStake \MediaWiki \Component \CommonUserInterface \IAccordion ;
6+
57class SimpleAccordion extends ComponentBase implements IAccordion {
68
79 /**
Original file line number Diff line number Diff line change 33namespace MWStake \MediaWiki \Component \CommonUserInterface \Component ;
44
55use Message ;
6+ use MWStake \MediaWiki \Component \CommonUserInterface \IAccordionItem ;
67use RawMessage ;
78
89class SimpleAccordionItem extends ComponentBase implements IAccordionItem {
Original file line number Diff line number Diff line change 11<?php
22
3- namespace MWStake \MediaWiki \Component \CommonUserInterface \ Component ;
3+ namespace MWStake \MediaWiki \Component \CommonUserInterface ;
44
55use Message ;
66use MWStake \MediaWiki \Component \CommonUserInterface \IComponent ;
Original file line number Diff line number Diff line change 11<?php
22
3- namespace MWStake \MediaWiki \Component \CommonUserInterface \ Component ;
3+ namespace MWStake \MediaWiki \Component \CommonUserInterface ;
44
55use Message ;
66use MWStake \MediaWiki \Component \CommonUserInterface \IComponent ;
Original file line number Diff line number Diff line change 11<?php
22
3- namespace MWStake \MediaWiki \Component \CommonUserInterface \ Component ;
3+ namespace MWStake \MediaWiki \Component \CommonUserInterface ;
44
55interface ITool {
66
Original file line number Diff line number Diff line change 11<?php
22
3- namespace MWStake \MediaWiki \Component \CommonUserInterface \Renderer \ Generic ;
3+ namespace MWStake \MediaWiki \Component \CommonUserInterface \Renderer ;
44
5- use MWStake \MediaWiki \Component \CommonUserInterface \Component \ IAccordion ;
5+ use MWStake \MediaWiki \Component \CommonUserInterface \IAccordion ;
66use MWStake \MediaWiki \Component \CommonUserInterface \IComponent ;
77use MWStake \MediaWiki \Component \CommonUserInterface \Renderer \RendererBase ;
88
You can’t perform that action at this time.
0 commit comments