Skip to content

Commit

Permalink
Minor style
Browse files Browse the repository at this point in the history
  • Loading branch information
Alkarex committed Apr 5, 2024
1 parent 76a4f62 commit ceae5eb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Item.php
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,8 @@ public function get_item_tags(string $namespace, string $tag)
* @param array<string, mixed> $element
* @see get_base
*/
protected function get_own_base(array $element = []): string {
protected function get_own_base(array $element = []): string
{
if (!empty($element['xml_base_explicit']) && isset($element['xml_base'])) {
return $element['xml_base'];
}
Expand Down

0 comments on commit ceae5eb

Please sign in to comment.