DX: fix phpstan errors

This commit is contained in:
2023-02-04 01:53:40 +01:00
parent 584ac05b53
commit 264a6ef43e
12 changed files with 25 additions and 25 deletions

View File

@@ -80,7 +80,6 @@ class Country
/**
* Get name.
*
* @return string
*/
public function getName()
{

View File

@@ -45,7 +45,7 @@ interface ChillEntityRenderInterface
/**
* Return true if the class support this object for the given options.
*
* @param type $entity
* @param object $entity
*/
public function supports($entity, array $options): bool;
}