[TOOLS] Run CS-Fixer on all files

This commit is contained in:
2021-12-29 13:54:09 +00:00
parent 2dbc35fcc3
commit 2e0bfc0bcd
4 changed files with 17 additions and 36 deletions

View File

@@ -71,7 +71,7 @@ class LinkHeader
$this->type = null;
// remove uri-reference from header
$str = mb_substr($str, \mb_strlen($uri_reference[0]));
$str = mb_substr($str, mb_strlen($uri_reference[0]));
// parse link-params
$params = explode(';', $str);
@@ -124,6 +124,5 @@ class LinkHeader
}
}
}
}
}