Skip to content

Commit

Permalink
Fix CS
Browse files Browse the repository at this point in the history
  • Loading branch information
Jean85 committed Apr 18, 2018
1 parent 6eb54f2 commit 3f60d53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Raven/Client.php
Original file line number Diff line number Diff line change
Expand Up @@ -1516,7 +1516,7 @@ public function setReprSerializer(Raven_ReprSerializer $reprSerializer)
private function triggerAutoload()
{
// manually trigger autoloading, as it cannot be done during error handling in some edge cases due to PHP (see #60149)

if (! class_exists('Raven_Stacktrace')) {
spl_autoload_call('Raven_Stacktrace');
}
Expand Down

0 comments on commit 3f60d53

Please sign in to comment.