Skip to content

Commit

Permalink
remove @codeCoverageIgnore from Raven_Serializer::setDefaultMaxDepth(…
Browse files Browse the repository at this point in the history
…) and getDefaultMaxDepth()
  • Loading branch information
howyi committed Nov 15, 2018
1 parent 69e298e commit 2135a6a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/Raven/Serializer.php
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,6 @@ public function setMessageLimit($message_limit)

/**
* @return int
* @codeCoverageIgnore
*/
public function getDefaultMaxDepth()
{
Expand All @@ -197,7 +196,6 @@ public function getDefaultMaxDepth()

/**
* @param int $max_depth
* @codeCoverageIgnore
*/
public function setDefaultMaxDepth($max_depth)
{
Expand Down

0 comments on commit 2135a6a

Please sign in to comment.