@@ -120,8 +120,7 @@ |
||
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 |
@@ -27,7 +27,6 @@ |
||
27 | 27 | |
28 | 28 | use http\Exception\RuntimeException; |
29 | 29 | use Seufert\Hamle\Model; |
30 | -use Seufert\Hamle\Run; |
|
31 | 30 | use Seufert\Hamle\Text; |
32 | 31 | use Seufert\Hamle\Exception\ParseError; |
33 | 32 | use Seufert\Hamle\WriteModel; |