@@ -41,9 +41,9 @@ |
||
41 | 41 | |
42 | 42 | |
43 | 43 | /** |
44 | - * @param $sortField |
|
45 | - * @param $isAscending |
|
46 | - * @param null $sortRelationAttribute |
|
44 | + * @param string $sortField |
|
45 | + * @param boolean $isAscending |
|
46 | + * @param null $sortRelationshipAttribute |
|
47 | 47 | */ |
48 | 48 | public function __construct($sortField, $isAscending, $sortRelationshipAttribute=null) |
49 | 49 | { |