Skip to content

Commit 1f3de8e

Browse files
committed
remove todo, so phpcs stays silent
1 parent 8689fdb commit 1f3de8e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

classes/class-rest-api-stats.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ public function get_stats( \WP_REST_Request $request ) {
169169
$data['recommendations'] = [];
170170
foreach ( $ravis_recommendations as $recommendation ) {
171171

172-
// Skip user (todo) tasks.
172+
// Skip user tasks.
173173
if ( 'user' === $recommendation['provider_id'] ) {
174174
continue;
175175
}

0 commit comments

Comments
 (0)