diff --git a/src/Controller/UniqElementsController.php b/src/Controller/UniqElementsController.php index 52161bc2eb4ce2fcd596d9bf47c31f71b64be186..ff46b9361e024335801fd3bf6cbd6f713c2669b4 100644 --- a/src/Controller/UniqElementsController.php +++ b/src/Controller/UniqElementsController.php @@ -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 {