Completed
Push — master ( 34ccd6...bd6c18 )
by Stefano
02:43
created
classes/Negotiation.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -13,6 +13,9 @@
 block discarded – undo
13 13
 class Negotiation {
14 14
   protected $list;
15 15
 
16
+  /**
17
+   * @param string $query
18
+   */
16 19
   public static function parse($query){
17 20
     $list = new \SplPriorityQueue();
18 21
     array_map(function($e) use ($list) {
Please login to merge, or discard this patch.