Skip to content

Commit

Permalink
Updated
Browse files Browse the repository at this point in the history
  • Loading branch information
devtoolboxuk committed May 25, 2019
1 parent 2e2c40e commit f767063
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/BaseOptions.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ class BaseOptions

public function getOptions()
{
if ($this->yaml_loaded()) {
if ($this->isYamlLoaded()) {
return yaml_parse_file(__DIR__ . '/Options.yml');
}

Expand Down Expand Up @@ -76,7 +76,7 @@ public function getOptions()

}

private function yaml_loaded()
private function isYamlLoaded()
{
return extension_loaded('yaml');
}
Expand Down

0 comments on commit f767063

Please sign in to comment.