Skip to content

Commit

Permalink
Added blank line for PHP code style error.
Browse files Browse the repository at this point in the history
  • Loading branch information
BrainforgeUK committed Jul 28, 2021
1 parent b5edd01 commit 6b2c94b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions libraries/src/Installer/Adapter/LibraryAdapter.php
Original file line number Diff line number Diff line change
Expand Up @@ -310,6 +310,7 @@ protected function removeExtensionFiles()
if (2 === \count($elementParts))
{
$folders = Folder::folders(JPATH_PLATFORM . '/' . $elementParts[0], '.', false, true, array(), array());

if (empty($folders))
{
Folder::delete(JPATH_MANIFESTS . '/libraries/' . $elementParts[0]);
Expand Down

0 comments on commit 6b2c94b

Please sign in to comment.