Skip to content
Snippets Groups Projects
Commit 136b1d45 authored by Jennifer Hodgdon's avatar Jennifer Hodgdon
Browse files

Issue #2608890 by ashhishhh: Improve comment standards for tracker module

parent 820b2f53
No related branches found
No related tags found
Loading
......@@ -135,8 +135,8 @@ function tracker_cron() {
/**
* Access callback: Determines access permission for a user's own account.
*
* @param int $account
* The account ID to check.
* @param \Drupal\Core\Session\AccountInterface $account
* The user account to track.
*
* @return bool
* TRUE if a user is accessing tracking info for their own account and
......
......@@ -14,6 +14,9 @@
* Queries the database for info, adds RDFa info if applicable, and generates
* the render array that will be used to render the page.
*
* @param \Drupal\user\UserInterface $account
* (optional) The user account to track.
*
* @return array
* A renderable array.
*
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment