Skip to content

Commit 087372b

Browse files
committed
Merge commit '077e0e4d352d22350c3f7afa9b8cce912a366a88' into develop
2 parents d2a86b7 + 077e0e4 commit 087372b

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@
66
* Author: Jason Bahl
77
*/
88

9+
/**
10+
* Added a missing docblock in @next-version
11+
*/
912
if ( ! defined( 'ABSPATH' ) ) {
1013
exit;
1114
}

0 commit comments

Comments
 (0)