We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eea8cd7 commit b1e0d51Copy full SHA for b1e0d51
src/ThemesManager.php
@@ -85,7 +85,7 @@ public function buildCache(): bool
85
86
/**
87
* Clear the themes cache if it is enabled.
88
- *
+ *
89
* @return bool
90
*/
91
public function clearCache(): bool
@@ -101,7 +101,7 @@ public function clearCache(): bool
101
* Check if theme with given name exists.
102
*
103
* @param string $name
104
105
* @return boolean
106
107
public function has(string $name = null)
@@ -396,7 +396,6 @@ protected function findThemes(): Collection
396
}
397
});
398
} catch (ComposerLoaderException $e) {
399
-
400
401
402
return $themes;
0 commit comments