Skip to content

Commit

Permalink
remove extra indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
saeideng committed Sep 28, 2017
1 parent fbaf969 commit 3792fb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/TestSuite/TestCase.php
Expand Up @@ -97,7 +97,7 @@ public function deprecated($callable)
{
$errorLevel = error_reporting();
error_reporting(E_ALL ^ E_USER_DEPRECATED);
$callable();
$callable();
error_reporting($errorLevel);
}

Expand Down

0 comments on commit 3792fb1

Please sign in to comment.