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.
2 parents d2a86b7 + 077e0e4 commit 087372bCopy full SHA for 087372b
.changesets/20250318T164915-pr-16.md
@@ -0,0 +1,9 @@
1
+---
2
+title: "fix: add missing docblock"
3
+pr: 16
4
+author: "jasonbahl"
5
+type: "fix"
6
+breaking: false
7
+description: |
8
+ null
9
automation-tests.php
@@ -6,6 +6,9 @@
* Author: Jason Bahl
*/
+/**
10
+ * Added a missing docblock in @next-version
11
+ */
12
if ( ! defined( 'ABSPATH' ) ) {
13
exit;
14
}
0 commit comments