fix misc phpstan issues

This commit is contained in:
2025-12-22 18:26:35 +01:00
parent 35d91762d3
commit 55c11c7f04
20 changed files with 62 additions and 78 deletions

View File

@@ -32,8 +32,6 @@ interface ChillEntityRenderInterface
* ```
*
* @param T|null $entity
*
* @phpstan-pure
*/
public function renderBox(mixed $entity, array $options): string;
@@ -43,8 +41,6 @@ interface ChillEntityRenderInterface
* Example: returning the name of a person.
*
* @param T|null $entity
*
* @phpstan-pure
*/
public function renderString(mixed $entity, array $options): string;