Skip to content

Commit b1e0d51

Browse files
chore(style): Fix code style
1 parent eea8cd7 commit b1e0d51

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/ThemesManager.php

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ public function buildCache(): bool
8585

8686
/**
8787
* Clear the themes cache if it is enabled.
88-
*
88+
*
8989
* @return bool
9090
*/
9191
public function clearCache(): bool
@@ -101,7 +101,7 @@ public function clearCache(): bool
101101
* Check if theme with given name exists.
102102
*
103103
* @param string $name
104-
*
104+
*
105105
* @return boolean
106106
*/
107107
public function has(string $name = null)
@@ -396,7 +396,6 @@ protected function findThemes(): Collection
396396
}
397397
});
398398
} catch (ComposerLoaderException $e) {
399-
400399
}
401400

402401
return $themes;

0 commit comments

Comments
 (0)