Skip to content

Commit b98a21c

Browse files
authored
Merge pull request #4 from jasonbahl/feat/test-since-tag-updates
feat: test `@since` tag updates
2 parents fa3eff2 + c7c041d commit b98a21c

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

automation-tests.php

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,13 @@
1919

2020
// New Feature 1
2121

22+
/**
23+
* Testing a new feature with a since tag
24+
*
25+
* @since next-version
26+
* @deprecated @since next-version This function was deprecated when it was added because it was just a test.
27+
*/
28+
function test_since_next_version() {
29+
_deprecated_function( 'test_since_next_version', '@since next-version', '' )
30+
}
2231

0 commit comments

Comments
 (0)