Skip to content

Commit bb7198f

Browse files
authored
Prepare for 0.3.1 (#84)
* Prepare for 0.3.1 * Doc fix * Increase the wait on code coverage stats * cs
1 parent 52d799c commit bb7198f

File tree

4 files changed

+12
-4
lines changed

4 files changed

+12
-4
lines changed

.scrutinizer.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,5 @@ checks:
55
code_rating: true
66
duplication: true
77
tools:
8-
external_code_coverage: true
8+
external_code_coverage:
9+
timeout: 1800 # Timeout in seconds.

Changelog.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@ The change log describes what is "Added", "Removed", "Changed" or "Fixed" betwee
44

55
## UNRELEASED
66

7+
## 0.3.1
8+
9+
### Added
10+
11+
- More tests
12+
- Using Extractor 1.1.1.
13+
714
## 0.3.0
815

916
### Added

Command/ExtractCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ protected function execute(InputInterface $input, OutputInterface $output)
5959
}
6060

6161
/**
62-
* @param Configuration $configuration
62+
* @param Configuration $config
6363
*
6464
* @return Finder
6565
*/

Service/Importer.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@ public function __construct(Extractor $extractor)
4545

4646
/**
4747
* @param Finder $finder
48-
* @param MessageCatalogue[] $catalogue
49-
* @param array $config {
48+
* @param MessageCatalogue[] $catalogues
49+
* @param array $config {
5050
*
5151
* @var array $blacklist_domains Blacklist the domains we should exclude. Cannot be used with whitelist.
5252
* @var array $whitelist_domains Whitlelist the domains we should include. Cannot be used with blacklist.

0 commit comments

Comments
 (0)