Skip to content

Commit e31a148

Browse files
committed
updated versions
1 parent 080a60d commit e31a148

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

includes/Utilities/Results_Exporter.php

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ final class Results_Exporter {
4343
/**
4444
* CTRF export format slug.
4545
*
46-
* @since 1.9.0
46+
* @since 2.0.0
4747
* @var string
4848
*/
4949
public const FORMAT_CTRF = 'ctrf';
@@ -206,7 +206,7 @@ private static function to_json( array $grouped_results, array $args ) {
206206
/**
207207
* Generates CTRF JSON content for the results.
208208
*
209-
* @since 1.9.0
209+
* @since 2.0.0
210210
*
211211
* @param array $flat_results Flat list of results including the file name.
212212
* @param array $args Additional arguments.
@@ -242,7 +242,7 @@ public static function to_ctrf_json( array $flat_results, array $args = array()
242242
/**
243243
* Builds CTRF summary payload.
244244
*
245-
* @since 1.9.0
245+
* @since 2.0.0
246246
*
247247
* @param int $test_count Total number of findings.
248248
* @param int $start_time Start timestamp in milliseconds.
@@ -265,7 +265,7 @@ private static function build_ctrf_summary( $test_count, $start_time, $stop_time
265265
/**
266266
* Builds CTRF labels for a single finding.
267267
*
268-
* @since 1.9.0
268+
* @since 2.0.0
269269
*
270270
* @param array $item Finding data.
271271
* @param string $code Normalized finding code.
@@ -298,7 +298,7 @@ static function ( $value ) {
298298
/**
299299
* Builds a single CTRF test entry.
300300
*
301-
* @since 1.9.0
301+
* @since 2.0.0
302302
*
303303
* @param array $item Finding data.
304304
* @return array CTRF test payload.

0 commit comments

Comments
 (0)