Skip to content

Commit

Permalink
Merge pull request #10 from XedinUnknown/task/php-53-compat
Browse files Browse the repository at this point in the history
PHP 5.3 Compatibilty
  • Loading branch information
balbuf authored Mar 31, 2017
2 parents e29c900 + a74aafe commit ca1c4b1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/InstallerHelper.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ class InstallerHelper extends BaseInstaller {
function getLocations() {
// it will be looking for a key of FALSE, which evaluates to 0, i.e. the first element
// that element value being false signals the installer to use the default path
return [ false ];
return array( false );
}

}
}

0 comments on commit ca1c4b1

Please sign in to comment.