We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 505ed73 commit 61daba9Copy full SHA for 61daba9
tests/PHPStan/Rules/Methods/data/bug-12928.php
@@ -33,7 +33,7 @@ class FooBar {
33
*
34
* @return non-falsy-string
35
*/
36
- public function render(string $phptFile, string $code, array $replace): string
+ public function render(string $code, array $replace): string
37
{
38
return str_replace(
39
[
@@ -54,7 +54,7 @@ class FooBarBaz {
54
55
* @return non-empty-string
56
57
58
59
60
0 commit comments