Skip to content

Commit

Permalink
docs(StrMacro): Add link to polyfill-php83
Browse files Browse the repository at this point in the history
- Add link to polyfill-php83 in StrMacro.php
- Update phpunit.xml.dist to include StrMacro.php in code coverage
  • Loading branch information
ityaozm@gmail.com committed Jan 3, 2024
1 parent f43c855 commit 7374ffb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/Macros/StrMacro.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ final class StrMacro
/**
* @psalm-suppress UnusedFunctionCall
* @noinspection BadExceptionsProcessingInspection
*
* @see https://github.com/symfony/polyfill-php83
*/
public static function jsonValidate(): \Closure
{
Expand Down
1 change: 1 addition & 0 deletions phpunit.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
<file>app/Commands/BuildCommand.php</file>
<file>app/Support/JsonFixer.php</file>
<file>app/Support/helpers.php</file>
<file>app/Macros/StrMacro.php</file>
</exclude>
</coverage>
<testsuites>
Expand Down

0 comments on commit 7374ffb

Please sign in to comment.