mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2026-04-09 14:33:44 +00:00
apply more cs rules for php-cs
This commit is contained in:
@@ -32,6 +32,7 @@ interface ChillEntityRenderInterface
|
||||
* ```
|
||||
*
|
||||
* @param T $entity
|
||||
*
|
||||
* @phpstan-pure
|
||||
*/
|
||||
public function renderBox($entity, array $options): string;
|
||||
@@ -42,6 +43,7 @@ interface ChillEntityRenderInterface
|
||||
* Example: returning the name of a person.
|
||||
*
|
||||
* @param T $entity
|
||||
*
|
||||
* @phpstan-pure
|
||||
*/
|
||||
public function renderString($entity, array $options): string;
|
||||
|
||||
Reference in New Issue
Block a user