Skip to content

Commit

Permalink
Revert "Merge pull request #14 from newfold-labs/hotfix/fix-deprecate…
Browse files Browse the repository at this point in the history
…d-warning"

This reverts commit 4c9854f, reversing
changes made to a5a683c.
  • Loading branch information
arunshenoy99 committed Nov 1, 2023
1 parent 4c9854f commit ba61181
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion includes/Models/PriorityQueue.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ class PriorityQueue extends \SplPriorityQueue {
* @param mixed $priority2 Second Priority Queue
* @return int
*/
public function compare( $priority1, $priority2 ) : int {
public function compare( $priority1, $priority2 ) {
if ( $priority1 === $priority2 ) {
return 0;
}
Expand Down

0 comments on commit ba61181

Please sign in to comment.