Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
I
iqdevTranningProj
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Александр Плохих
iqdevTranningProj
Commits
258321e3
Commit
258321e3
authored
11 months ago
by
Akex
Committed by
Александр Плохих
11 months ago
Browse files
Options
Downloads
Patches
Plain Diff
add phpDoc
parent
d62df73c
No related branches found
No related tags found
1 merge request
!3
Ptps|controller 3
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/Controller/UniqElementsController.php
+5
-0
5 additions, 0 deletions
src/Controller/UniqElementsController.php
with
5 additions
and
0 deletions
src/Controller/UniqElementsController.php
+
5
−
0
View file @
258321e3
...
...
@@ -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
{
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment