Skip to content
Snippets Groups Projects

Draft: #3397162 MR189 PHPStan config and relative paths

Files
4
@@ -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