Skip to content

Commit

Permalink
chore: bump composer version + fix stan issue
Browse files Browse the repository at this point in the history
  • Loading branch information
trovster committed Dec 6, 2022
1 parent 23bed9e commit 51618c2
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "surface/commonmark-ext-youtube-iframe",
"type": "commonmark-extension",
"description": "Extension for league/commonmark to replace YouTube link with an iframe.",
"version": "2.0.0",
"version": "2.1.0",
"keywords": [
"markdown",
"commonmark",
Expand Down
9 changes: 7 additions & 2 deletions phpstan-baseline.neon
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
parameters:
ignoreErrors:
-
message: "#^Cannot call method getType\\(\\) on Trovster\\\\CommonMark\\\\Ext\\\\SpotifyIframe\\\\Url\\\\Url\\|null\\.$#"
message: "#^Method Surface\\\\CommonMark\\\\Ext\\\\YouTubeIframe\\\\Url\\\\Parsers\\\\Full\\:\\:getUuid\\(\\) should return string\\|null but returns array\\<int, string\\>\\|string\\.$#"
count: 1
path: tests/Unit/Url/AlbumTest.php
path: src/Url/Parsers/Full.php

-
message: "#^Method Surface\\\\CommonMark\\\\Ext\\\\YouTubeIframe\\\\Url\\\\Parsers\\\\WithoutWww\\:\\:getUuid\\(\\) should return string\\|null but returns array\\<int, string\\>\\|string\\.$#"
count: 1
path: src/Url/Parsers/WithoutWww.php

0 comments on commit 51618c2

Please sign in to comment.