Skip to content

Commit f67ad64

Browse files
committed
fix: corrected review notes
1 parent 89b5645 commit f67ad64

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

phpmyfaq/src/phpMyFAQ/Search.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ public function __construct(
5454
/**
5555
* Setter for category.
5656
*
57-
* @param int $categoryId Entity ID
57+
* @param int|null $categoryId Entity ID
5858
*/
5959
public function setCategoryId(?int $categoryId): void
6060
{

0 commit comments

Comments
 (0)