mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-10-04 20:39:40 +00:00
fix type hinting
This commit is contained in:
@@ -22,7 +22,7 @@ use Symfony\Component\HttpFoundation\Request;
|
|||||||
class ClosingMotiveController extends CRUDController
|
class ClosingMotiveController extends CRUDController
|
||||||
{
|
{
|
||||||
/**
|
/**
|
||||||
* @param \Chill\MainBundle\CRUD\Controller\string|string $action
|
* @param string $action
|
||||||
*/
|
*/
|
||||||
protected function createEntity($action, Request $request): object
|
protected function createEntity($action, Request $request): object
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user