Skip to content

Commit

Permalink
typos
Browse files Browse the repository at this point in the history
  • Loading branch information
dg committed May 31, 2013
1 parent b08e6da commit 89d5479
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Neon/Neon.php
Original file line number Diff line number Diff line change
Expand Up @@ -325,7 +325,7 @@ private function parse($indent = NULL, $result = NULL)



private function addValue(&$result, $hasKey, $key, $value)
private function addValue(& $result, $hasKey, $key, $value)
{
if ($hasKey) {
if ($result && array_key_exists($key, $result)) {
Expand Down

0 comments on commit 89d5479

Please sign in to comment.