Skip to content

Commit

Permalink
Replaced $VID:$ in all php files with 5.0.19.p.
Browse files Browse the repository at this point in the history
  • Loading branch information
EE DevBox Server committed Mar 20, 2024
1 parent 0ce1e43 commit 71a79c2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3308,7 +3308,7 @@ public function _registrations_report_base(string $method_name_for_getting_query
*
* @param array $query_params
* @return array
* @since $VID:$
* @since 5.0.19.p
*/
private function convertDatetimeObjectsToStrings(array $query_params): array
{
Expand Down
2 changes: 1 addition & 1 deletion core/libraries/batch/JobHandlers/RegistrationsReport.php
Original file line number Diff line number Diff line change
Expand Up @@ -612,7 +612,7 @@ public function get_csv_data_for(
* @param DateTimeZone $utc_timezone
* @return array
* @throws Exception
* @since $VID:$
* @since 5.0.19.p
*/
private function convertDateStringsToObjects(
array $query_params,
Expand Down

0 comments on commit 71a79c2

Please sign in to comment.