Skip to content

Commit

Permalink
fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
m3y committed Nov 13, 2014
1 parent f658356 commit 7c11768
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 146 deletions.
3 changes: 1 addition & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,7 @@
},
"require-dev": {
"phpunit/phpunit": "~4.3",
"satooshi/php-coveralls": "0.6.1",
"psy/psysh": "~0.2"
"satooshi/php-coveralls": "0.6.1"
},
"autoload": {
"psr-0": {
Expand Down
144 changes: 1 addition & 143 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion lib/M3y/Phini/Phini.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ class Phini
public function __construct($iniFilepath, $processSections = false)
{
if (!is_readable($iniFilepath)) {
throw new \RuntimeException("No such readable file: $filepath");
throw new \RuntimeException("No such readable file: $iniFilepath");
}

$config = parse_ini_file($iniFilepath, $processSections);
Expand Down

0 comments on commit 7c11768

Please sign in to comment.