Completed
Push — master ( e25cba...17602b )
by Chris
01:54
created
php/hamle/Run.php 1 patch
Doc Comments   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -120,8 +120,7 @@
 block discarded – undo
120 120
   /**
121 121
    * Called from template by $() to find a specific model
122 122
    * @param array[] $typeId Array of types mapped to ids [type1=>[1],type2=>[2]]
123
-   * @param int $sortDir Sort Direction defined by hamle::SORT_*
124
-   * @param string $sortField Field name to sort by
123
+   * @param int $sort Sort Direction defined by hamle::SORT_*
125 124
    * @param int $limit Results Limit
126 125
    * @param int $offset Results Offset
127 126
    * @internal param string $type type to filter by
Please login to merge, or discard this patch.