@@ -119,7 +119,7 @@ |
||
119 | 119 | // } |
120 | 120 | |
121 | 121 | /** @noinspection PhpFormatFunctionParametersMismatchInspection */ |
122 | - return sprintf( |
|
122 | + return sprintf( |
|
123 | 123 | "%sMethod [ <user%s%s%s%s>%s%s%s %s method %s ] {\n @@ %s %d - %d$paramFormat$returnFormat\n}\n", |
124 | 124 | $this->getDocComment() ? $this->getDocComment() . "\n" : '', |
125 | 125 | $inheritance, |