Skip to content

Commit 430abd4

Browse files
author
Daniel Kurowski
committed
fix type annotation
1 parent 302ab7e commit 430abd4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/Capabilities/functions.php

+3
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ function constructorWithPromotedProperties(): ConstructorWithPromotedProperties
88
return new ConstructorWithPromotedProperties();
99
}
1010

11+
/**
12+
* @param class-string $replacement
13+
*/
1114
function deprecated(string $replacement): Deprecated {
1215
return new Deprecated($replacement);
1316
}

0 commit comments

Comments
 (0)