mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2026-04-09 14:33:44 +00:00
fix misc phpstan issues
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user