Add PHPStan project with level 1.

This commit is contained in:
Pol Dellaiera
2021-11-09 11:31:20 +00:00
committed by Julien Fastré
parent 94e84fbdf0
commit e2ab3bfc6e
8 changed files with 827 additions and 35 deletions

View File

@@ -504,6 +504,8 @@ class ApiController extends AbstractCRUDController
$this->getContextForSerializationPostAlter($action, $request, $_format, $entity, [$postedData])
);
}
throw new \Exception('Unable to handle such request method.');
}
/**