Skip to content

Commit ccb0cb4

Browse files
committed
Adding recursive instance display
1 parent 64c0388 commit ccb0cb4

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/Mouf/Database/QueryWriter/Filters/AndFilter.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,7 @@ class AndFilter implements FilterInterface {
3333
/**
3434
* The filters that will be "AND"ed.
3535
*
36-
* @Property
37-
* @Compulsory
36+
* @Important
3837
* @param array<FilterInterface> $filters
3938
*/
4039
public function setFilters($filters) {

0 commit comments

Comments
 (0)