-
Notifications
You must be signed in to change notification settings - Fork 136
[#7504] Extract Priority in prependValidator fails on HHVM #11
Conversation
zendframework/zendframework#7504 Pull request for issue: Extract Priority in prependValidator fails on HHVM [#7504]
Hi! Thanks for this PR! Thanks |
Sure, I'm a little busy at the moment, but will try have them done by tomorrow. |
} | ||
|
||
$this->validators->insert( | ||
[ | ||
array( |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please undo this change
There is no need for tests. 3 errors has been fixed in HHVM build
|
$queue->setExtractFlags(PriorityQueue::EXTR_PRIORITY); | ||
$extractedNode = $queue->extract(); | ||
$priority = $extractedNode[0] + 1; | ||
$extractedNodes = $this->validators->toArray(\Zend\Stdlib\PriorityQueue::EXTR_PRIORITY); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please replace \Zend\Stdlib\PriorityQueue
with PriorityQueue
[#7504] Extract Priority in prependValidator fails on HHVM
zendframework/zendframework#7504
Pull request for issue: Extract Priority in prependValidator fails on HHVM [#7504]