@@ -36,7 +36,6 @@ |
||
| 36 | 36 | /** |
| 37 | 37 | * Return results where slug matches. |
| 38 | 38 | * |
| 39 | - * @param string $status |
|
| 40 | 39 | * @return \Chriscreates\Blog\Builders\Builder |
| 41 | 40 | */ |
| 42 | 41 | public function slug(string $slug) : Builder |
@@ -176,7 +176,7 @@ |
||
| 176 | 176 | /** |
| 177 | 177 | * Return results where Posts contain the Category(s) passed. |
| 178 | 178 | * |
| 179 | - * @param array $options |
|
| 179 | + * @param string $options |
|
| 180 | 180 | * @return \Chriscreates\Blog\Builders\PostBuilder |
| 181 | 181 | */ |
| 182 | 182 | public function whereCategory(...$options) : PostBuilder |