Skip to content

Commit

Permalink
Added missing member variable declarations.
Browse files Browse the repository at this point in the history
  • Loading branch information
jmalloc committed Nov 1, 2012
1 parent 9b75da8 commit 09b25d8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lib/Icecave/Repr/Generator.php
Expand Up @@ -206,4 +206,8 @@ public function generateForOther($value, $currentDepth = 0)
{
return strtolower(var_export($value, true));
}

private $maximumLength;
private $maximumDepth;
private $maximumElements;
}

0 comments on commit 09b25d8

Please sign in to comment.