Skip to content

Prepare for 0.3.1 #84

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

Merged
merged 4 commits into from
Mar 12, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .scrutinizer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,5 @@ checks:
code_rating: true
duplication: true
tools:
external_code_coverage: true
external_code_coverage:
timeout: 1800 # Timeout in seconds.
7 changes: 7 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@ The change log describes what is "Added", "Removed", "Changed" or "Fixed" betwee

## UNRELEASED

## 0.3.1

### Added

- More tests
- Using Extractor 1.1.1.

## 0.3.0

### Added
Expand Down
2 changes: 1 addition & 1 deletion Command/ExtractCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ protected function execute(InputInterface $input, OutputInterface $output)
}

/**
* @param Configuration $configuration
* @param Configuration $config
*
* @return Finder
*/
Expand Down
4 changes: 2 additions & 2 deletions Service/Importer.php
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@ public function __construct(Extractor $extractor)

/**
* @param Finder $finder
* @param MessageCatalogue[] $catalogue
* @param array $config {
* @param MessageCatalogue[] $catalogues
* @param array $config {
*
* @var array $blacklist_domains Blacklist the domains we should exclude. Cannot be used with whitelist.
* @var array $whitelist_domains Whitlelist the domains we should include. Cannot be used with blacklist.
Expand Down