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:
@@ -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