We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 302ab7e commit 430abd4Copy full SHA for 430abd4
src/Capabilities/functions.php
@@ -8,6 +8,9 @@ function constructorWithPromotedProperties(): ConstructorWithPromotedProperties
8
return new ConstructorWithPromotedProperties();
9
}
10
11
+/**
12
+ * @param class-string $replacement
13
+ */
14
function deprecated(string $replacement): Deprecated {
15
return new Deprecated($replacement);
16
0 commit comments