Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ability to sync UI screenshots for Plugins including premium plugins #7419

Merged
merged 4 commits into from Mar 16, 2015

Conversation

mattab
Copy link
Member

@mattab mattab commented Mar 12, 2015

@mattab mattab added not-in-changelog For issues or pull requests that should not be included in our release changelog on matomo.org. Needs Review PRs that need a code review labels Mar 12, 2015
@mattab mattab added this to the Piwik 2.12.0 milestone Mar 12, 2015
* @param OutputInterface $output
*/
protected function displayGitInstructions(OutputInterface $output)
protected function displayGitInstructions(InputInterface $input, OutputInterface $output)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Small detail: you might want to get $plugin and pass it to this function instead of InputInterface. This would keep the argument/option reading in one place.

(Alt text: maybe you could pass the $plugin into this function instead of InputInterface? then the argument/option reading would be in one place.)

mattab pushed a commit that referenced this pull request Mar 16, 2015
Ability to sync UI screenshots for Plugins including premium plugins
@mattab mattab merged commit bc961a9 into master Mar 16, 2015
@diosmosis diosmosis deleted the 7393_sync_ui_screenshots_plugins branch March 16, 2015 03:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Needs Review PRs that need a code review not-in-changelog For issues or pull requests that should not be included in our release changelog on matomo.org.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants