We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0900f12 + 926f0ba commit 02132baCopy full SHA for 02132ba
src/AcornFavicons.php
@@ -91,10 +91,9 @@ public function getFaviconHeadTags(): void
91
* @param array $tags
92
* @return array
93
*/
94
- public function generateAllFaviconTags(array $tags = []): array
+ public function generateAllFaviconTags(): array
95
{
96
$icons = [
97
- ...$tags,
98
...$this->generateManifestTags(),
99
...$this->generatePwaMetaTags(),
100
...$this->generateFaviconsMetaTags(),
0 commit comments