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

@@ -13,7 +13,7 @@ class SelfUpdateCommand extends Command
->setName('selfupdate')
->setDescription('Updates md2resume.phar to the latest version.')
->setHelp(
<<<EOT
<<<EOT
The <info>self-update</info> command checks github for newer
versions of the command line client and if found, installs the latest.

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]++;