Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
EduGAIN Attribute Release Check
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
edugain
EARC
EduGAIN Attribute Release Check
Merge requests
!7
Php doc info
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Php doc info
phpDoc-Info
into
develop
Overview
1
Commits
3
Pipelines
0
Changes
4
Merged
Ioannis Igoumenos
requested to merge
phpDoc-Info
into
develop
1 year ago
Overview
1
Commits
3
Pipelines
0
Changes
4
Expand
0
0
Merge request reports
Compare
develop
version 1
45f62325
1 year ago
develop (base)
and
latest version
latest version
0ff57c51
3 commits,
1 year ago
version 1
45f62325
2 commits,
1 year ago
4 files
+
136
−
4
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
4
Search (e.g. *.vue) (Ctrl+P)
app/Http/Controllers/AttrReleaseTestController.php
+
5
−
2
Options
@@ -8,8 +8,11 @@ use Illuminate\Http\Request;
class
AttrReleaseTestController
extends
Controller
{
/**
* Initiates the test
*
* Initiates the attribute release test
*
* @param Request $request
*
* @return Redirect
*/
public
function
__invoke
(
Request
$request
)
{
Loading