public function HhvmExceptionPatch::getPriority in Zircon Profile 8
Same name and namespace in other branches
- 8.0 vendor/phpspec/prophecy/src/Prophecy/Doubler/ClassPatch/HhvmExceptionPatch.php \Prophecy\Doubler\ClassPatch\HhvmExceptionPatch::getPriority()
Returns patch priority, which determines when patch will be applied.
Return value
int Priority number (higher - earlier)
Overrides ClassPatchInterface::getPriority
File
- vendor/
phpspec/ prophecy/ src/ Prophecy/ Doubler/ ClassPatch/ HhvmExceptionPatch.php, line 59
Class
- HhvmExceptionPatch
- Exception patch for HHVM to remove the stubs from special methods
Namespace
Prophecy\Doubler\ClassPatchCode
public function getPriority() {
return -50;
}