Skip to content

Commit

Permalink
type fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
dg committed Mar 21, 2018
1 parent 14a29c9 commit 5e72b1d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Neon/Decoder.php
Original file line number Diff line number Diff line change
Expand Up @@ -113,8 +113,8 @@ public function decode($input)


/**
* @param string $indent indentation (for block-parser)
* @return array
* @param string|bool|null $indent indentation (for block-parser)
* @return mixed
*/
private function parse($indent, $result = null, $key = null, $hasKey = false)
{
Expand Down

0 comments on commit 5e72b1d

Please sign in to comment.