Skip to content

Commit

Permalink
Leftover from 754f932
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianbergmann committed Sep 9, 2020
1 parent 183f547 commit 43d0cca
Show file tree
Hide file tree
Showing 3 changed files with 285 additions and 1 deletion.
2 changes: 1 addition & 1 deletion build/scripts/generate-global-assert-wrappers.php
Expand Up @@ -86,7 +86,7 @@

$docComment = \str_replace(
['*/', ' *'],
["*\n * @see Assert::" . $method->getName() . "\n */", ' *'],
["*\n * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit\n * @see Assert::" . $method->getName() . "\n */", ' *'],
$method->getDocComment()
);

Expand Down

0 comments on commit 43d0cca

Please sign in to comment.