Skip to content

Commit

Permalink
Prepare for 0.3.1 (#84)
Browse files Browse the repository at this point in the history
* Prepare for 0.3.1

* Doc fix

* Increase the wait on code coverage stats

* cs
  • Loading branch information
Nyholm authored Mar 12, 2017
1 parent 52d799c commit bb7198f
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 4 deletions.
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

0 comments on commit bb7198f

Please sign in to comment.