Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
marcus-lodspeakr
Manage
Activity
Members
Labels
Plan
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Container Registry
Model registry
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
uib-ub
Spesialsamlingene
marcus-lodspeakr
Merge requests
!19
Resolve "Refactor ServiceModule::checkComponents()"
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Resolve "Refactor ServiceModule::checkComponents()"
20-refactor-servicemodule-checkcomponents
into
master
Overview
0
Commits
10
Pipelines
0
Changes
1
Merged
Stein Magne Bjorklund
requested to merge
20-refactor-servicemodule-checkcomponents
into
master
3 years ago
Overview
0
Commits
10
Pipelines
0
Changes
1
Expand
Closes #20
Edited
3 years ago
by
Stein Magne Bjorklund
0
0
Merge request reports
Viewing commit
da4cc595
Prev
Next
Show latest version
1 file
+
3
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
da4cc595
ServiceModule::checkComponents() Strict return array type
· da4cc595
Stein Magne Bjorklund
authored
3 years ago
classes/modules/ServiceModule.php
+
3
−
1
Options
@@ -35,8 +35,10 @@ final class ServiceModule implements ModuleInterface
* @param $extension
* @param $conf
* @param $lodspk
*
* @return array
*/
private
function
checkComponents
(
$serviceName
,
$arguments
,
$extension
,
$conf
,
$lodspk
)
private
function
checkComponents
(
$serviceName
,
$arguments
,
$extension
,
$conf
,
$lodspk
)
:
array
{
if
(
file_exists
(
Loading