Skip to content

Commit b73d920

Browse files
Leftover from migration to PHPStan
1 parent d032fba commit b73d920

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build/scripts/generate-global-assert-wrappers.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -112,11 +112,11 @@
112112
$buffer .= <<<'EOT'
113113
if (!function_exists('PHPUnit\Framework\callback')) {
114114
/**
115-
* @psalm-template CallbackInput of mixed
115+
* @template CallbackInput of mixed
116116
*
117-
* @psalm-param callable(CallbackInput $callback): bool $callback
117+
* @param callable(CallbackInput $callback): bool $callback
118118
*
119-
* @psalm-return Callback<CallbackInput>
119+
* @return Callback<CallbackInput>
120120
*/
121121
function callback(callable $callback): Callback
122122
{

0 commit comments

Comments
 (0)