mirror of
https://github.com/there4/markdown-resume.git
synced 2024-12-03 08:59:35 -05:00
Update Travis for PHP7, update tooling
This commit is contained in:
@@ -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.
|
||||
|
||||
|
||||
@@ -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]++;
|
||||
|
||||
Reference in New Issue
Block a user