Skip to content

Conversation

BuslikDrev
Copy link

replace
$this->directory[$entry->tag] = $entry;
to
$this->addDirectoryEntry($entry);

replace
$this->directory[$entry->tag] = $entry;
to
$this->addDirectoryEntry($entry);
@bsweeney
Copy link
Member

This seems ... ok? Though unnecessary. The addDirectoryEntry function itself is used nowhere else so we could just as easily remove the function and leave the entry addition logic as-is.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants