Skip to content

Commit

Permalink
Ignore missing return type hint
Browse files Browse the repository at this point in the history
  • Loading branch information
samwilson committed Sep 28, 2021
1 parent 1988f0e commit 8925fc2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Markdown/FootnoteTrait.php
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,7 @@ protected function renderFootnoteLink($block): string
* @param string $line
* @return false|int
*/
// phpcs:ignore SlevomatCodingStandard.TypeHints.ReturnTypeHint.MissingNativeTypeHint
protected function identifyFootnoteList($line)
{
return preg_match('/^\[\^(.+?)]:/', $line);
Expand Down

0 comments on commit 8925fc2

Please sign in to comment.