Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
K
keycdn
Manage
Activity
Members
Labels
Plan
Wiki
Custom issue tracker
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
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
project
keycdn
Merge requests
!28
Draft:
#3397162
MR189 PHPStan config and relative paths
Code
Review changes
Check out branch
Download
Patches
Plain diff
Open
Draft:
#3397162
MR189 PHPStan config and relative paths
issue/keycdn-3437565:3437565-gitlab-templates-mr-test
into
8.x-1.x
Overview
0
Commits
13
Pipelines
19
Changes
4
Open
Jonathan Smith
requested to merge
issue/keycdn-3437565:3437565-gitlab-templates-mr-test
into
8.x-1.x
6 months ago
Overview
0
Commits
13
Pipelines
19
Changes
4
Expand
Gitlab Templates issue
#3397162
Gitlab Templates
MR189
KeyCDN issue
#3437565
0
0
Merge request reports
Compare
8.x-1.x
version 12
c1d3ab6a
5 months ago
version 11
2c80104f
5 months ago
version 10
b00965be
5 months ago
version 9
96b62239
5 months ago
version 8
a2f75572
5 months ago
version 7
fdadc096
5 months ago
version 6
dd58f3f4
5 months ago
version 5
d8a1e3d4
5 months ago
version 4
ad707821
5 months ago
version 3
3dad072e
6 months ago
version 2
27ba0b78
6 months ago
version 1
15410f63
6 months ago
8.x-1.x (HEAD)
and
latest version
latest version
07cdb073
13 commits,
5 months ago
version 12
c1d3ab6a
12 commits,
5 months ago
version 11
2c80104f
11 commits,
5 months ago
version 10
b00965be
10 commits,
5 months ago
version 9
96b62239
9 commits,
5 months ago
version 8
a2f75572
8 commits,
5 months ago
version 7
fdadc096
7 commits,
5 months ago
version 6
dd58f3f4
6 commits,
5 months ago
version 5
d8a1e3d4
5 commits,
5 months ago
version 4
ad707821
4 commits,
5 months ago
version 3
3dad072e
3 commits,
6 months ago
version 2
27ba0b78
2 commits,
6 months ago
version 1
15410f63
1 commit,
6 months ago
4 files
+
38
−
6
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
4
Search (e.g. *.vue) (Ctrl+P)
src/Plugin/Purge/Purger/KeyCDNPurger.php
+
2
−
2
Options
@@ -284,13 +284,13 @@ class KeyCDNPurger extends PurgerBase implements PurgerInterface {
/**
* Get purge uri.
*
* @param
string
$type
* @param $type
* Type of which uri needs to return.
*
* @return string
* Uri of the given type.
*/
protected
function
getPurgeUri
(
$type
=
NULL
)
:
string
{
protected
function
getPurgeUri
(
$type
=
NULL
)
{
$uri
=
[
'tags'
=>
'https://api.keycdn.com/zones/purgetag'
,
'urls'
=>
'https://api.keycdn.com/zones/purgeurl'
,
Loading