Update Travis for PHP7, update tooling

This commit is contained in:
Craig Davis
2017-10-16 16:00:50 -07:00
parent 442afa1889
commit fe9e5625b6
10 changed files with 1538 additions and 628 deletions

View File

@@ -67,7 +67,7 @@ class StatsCommand extends Command
$phrase .= strtolower($input[$key+$i]);
}
}
if (!isset( $results[$phrase])) {
if (!isset($results[$phrase])) {
$results[$phrase] = 1;
} else {
$results[$phrase]++;