We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 45d6bef commit 65bab52Copy full SHA for 65bab52
src/Deprecated.php
@@ -34,7 +34,7 @@ class Deprecated {
34
* <li>%class%: If the attribute is provided for method "m", then for "$this->f()->m()", %class% will be "$this->f()"</li>
35
* </ul>
36
* The following example shows how to wrap a function call in another call and swap arguments:<br />
37
- * "#[Deprecated(replaceWith: "wrappedCall(%name%(%parameter1%, %parameter0%))")] f($a, $b){}<br />
+ * "#[Deprecated(replacement: "wrappedCall(%name%(%parameter1%, %parameter0%))")] f($a, $b){}<br />
38
* f(1,2) will be replaced with wrappedCall(f(2,1))
39
* @param string $since Element is deprecated starting with the provided PHP language level, applicable only for PhpStorm stubs entries
40
*/
0 commit comments