Skip to content

Commit 8a3d8f8

Browse files
committed
- update @SInCE todo
1 parent 29da809 commit 8a3d8f8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Admin/AdminNotices.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@ protected function render_notices(): void {
255255
*
256256
* @param array<string,mixed> $notices The notices to be rendered
257257
*
258-
* @since todo
258+
* @since v1.23.0
259259
*/
260260
do_action( 'graphql_admin_notices_render_notices', $notices );
261261

@@ -294,7 +294,7 @@ protected function render_notices(): void {
294294
* @param bool $is_dismissable Whether the notice is dismissable or not
295295
* @param int $count The count of the notice
296296
*
297-
* @since todo
297+
* @since v1.23.0
298298
*/
299299
do_action( 'graphql_admin_notices_render_notice', $notice_slug, $notice, $is_dismissable, $count );
300300
++$count;

0 commit comments

Comments
 (0)