Merge branch 'signature-app-master' into 'master'

Signature app master

Closes #307

See merge request Chill-Projet/chill-bundles!743
This commit is contained in:
2024-11-12 20:30:00 +00:00
426 changed files with 22236 additions and 2253 deletions

View File

@@ -15,7 +15,7 @@ namespace Chill\MainBundle\Templating\Entity;
* Interface to implement which will render an entity in template on a custom
* manner.
*
* @template T
* @template T of object
*/
interface ChillEntityRenderInterface
{
@@ -31,7 +31,7 @@ interface ChillEntityRenderInterface
* </span>
* ```
*
* @param T $entity
* @param T|null $entity
*
* @phpstan-pure
*/
@@ -42,7 +42,7 @@ interface ChillEntityRenderInterface
*
* Example: returning the name of a person.
*
* @param T $entity
* @param T|null $entity
*
* @phpstan-pure
*/