Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
U
Uib Api Connector
Manage
Activity
Members
Labels
Plan
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
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
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
IT-division Public
Drupal
Modules
Uib Api Connector
Merge requests
!4
WP107 #788: Added boolean as return option for getApiKey method
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Imported
WP107 #788: Added boolean as return option for getApiKey method
api-key-missing-error-fix
into
master
Overview
2
Commits
2
Pipelines
1
Changes
2
All threads resolved!
Hide all comments
Merged
Imported
Cato Kolås
requested to merge
api-key-missing-error-fix
into
master
11 months ago
Overview
2
Commits
2
Pipelines
1
Changes
2
All threads resolved!
Hide all comments
Expand
Ref it/site/w4.uib.no#788
Edited
11 months ago
by
Cato Kolås
0
0
Merge request reports
Viewing commit
d4496b6d
Prev
Next
Show latest version
2 files
+
3
−
3
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
Search (e.g. *.vue) (Ctrl+P)
d4496b6d
WP107 #788: Change return type from bool to false
· d4496b6d
Stian Kilaas
authored
11 months ago
src/ApiConnectorInterface.php
+
2
−
2
Options
@@ -14,10 +14,10 @@ interface ApiConnectorInterface {
/**
* Returns the api key.
*
* @return string|
bool
* @return string|
false
* The api key.
*/
public
function
getApiKey
():
string
|
bool
;
public
function
getApiKey
():
string
|
false
;
/**
* Returns the base url of the api_connector.
Loading