mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-22 15:43:51 +00:00
Correct 2 phpstan errors, condition is always true and wrong typing
This commit is contained in:
@@ -65,7 +65,7 @@ class UserRender implements ChillEntityRenderInterface
|
||||
}
|
||||
|
||||
/**
|
||||
* @param array{main_scope?: bool, user_job?: bool, absence?: bool, at_date?: DateTimeImmutable|DateTimeMutable|null} $options
|
||||
* @param array{main_scope?: bool, user_job?: bool, absence?: bool, at_date?: DateTimeImmutable|DateTime|null} $options
|
||||
*/
|
||||
public function renderString($entity, array $options): string
|
||||
{
|
||||
|
Reference in New Issue
Block a user