Completed
Push — develop ( 7e37ef...093d8d )
by Jaap
11:13
created
src/phpDocumentor/Transformer/Router/Queue.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -24,6 +24,9 @@
 block discarded – undo
24 24
  */
25 25
 class Queue extends \SplPriorityQueue
26 26
 {
27
+    /**
28
+     * @param integer $priority
29
+     */
27 30
     public function insert($value, $priority)
28 31
     {
29 32
         parent::insert($value, $priority); // TODO: Change the autogenerated stub
Please login to merge, or discard this patch.