@@ -310,7 +310,7 @@ discard block |
||
310 | 310 | } |
311 | 311 | |
312 | 312 | /** |
313 | - * @param EntityDocument|StatementListProvider $entity |
|
313 | + * @param EntityDocument $entity |
|
314 | 314 | * @param string[]|null $constraintIds list of constraints to check (if null: all constraints) |
315 | 315 | * @param callable|null $defaultResultsPerContext optional function to pre-populate the check results |
316 | 316 | * |
@@ -338,7 +338,7 @@ discard block |
||
338 | 338 | } |
339 | 339 | |
340 | 340 | /** |
341 | - * @param EntityDocument|StatementListProvider $entity |
|
341 | + * @param EntityDocument $entity |
|
342 | 342 | * @param Statement $statement |
343 | 343 | * @param string[]|null $constraintIds list of constraints to check (if null: all constraints) |
344 | 344 | * @param callable|null $defaultResultsPerContext optional function to pre-populate the check results |