Skip to content
This repository has been archived by the owner on Jan 30, 2020. It is now read-only.

Commit

Permalink
Merge branch 'hotfix/zendframework/zendframework#6785-remove-version-…
Browse files Browse the repository at this point in the history
…checks-for-incompatible-versions'

Close zendframework/zendframework#6785
  • Loading branch information
Ocramius committed Nov 27, 2014
2 parents 899105f + 55c4f3d commit 690425a
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions src/Processor/Backtrace.php
Original file line number Diff line number Diff line change
Expand Up @@ -70,10 +70,6 @@ protected function getBacktrace()
return debug_backtrace(DEBUG_BACKTRACE_IGNORE_ARGS, $this->traceLimit);
}

if (PHP_VERSION_ID >= 50306) {
return debug_backtrace(DEBUG_BACKTRACE_IGNORE_ARGS);
}

return debug_backtrace();
return debug_backtrace(DEBUG_BACKTRACE_IGNORE_ARGS);
}
}

0 comments on commit 690425a

Please sign in to comment.