Skip to content
Snippets Groups Projects
Commit 258321e3 authored by Akex's avatar Akex Committed by Александр Плохих
Browse files

add phpDoc

parent d62df73c
No related branches found
No related tags found
1 merge request!3Ptps|controller 3
......@@ -11,6 +11,11 @@ use function App\Repository\uniqElements;
class UniqElementsController extends AbstractController
{
/**
* Контроллер удаляет дубликаты, оставив только уникальные значения используя uniqElements функцию
* @param Request $request
* @return Response
*/
#[Route('/uniq/elements', name: 'app_uniq_elements')]
public function index(Request $request): Response
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment