Problem/Motivation
User ID from logged in user
default argument for views contextual filter, right now is getting from \Drupal::curentUser();
global class instead of dependency injection to get AccountProxy object of current user.
Proposed resolution
Add dependency injection to the Drupal\user\Plugin\views\argument_default\CurrentUser class
Also, fix phpDoc.