Skip to content

Instantly share code, notes, and snippets.

@davebeach
Last active June 12, 2017 06:27
Show Gist options
  • Save davebeach/8c616b48d85229c84c8f071bbec70033 to your computer and use it in GitHub Desktop.
Save davebeach/8c616b48d85229c84c8f071bbec70033 to your computer and use it in GitHub Desktop.
Drupal Documentation Standards PHP
/**
* This is a docblock
*
**/
/**
* This is a reference to @var: Class property data types
*
* @var \Drupal\Core\Database\Connectio
**/
public $dbh;
/**
* Other docblocks that reference follow on code tags:
* - @parma
* - @return
* - @throws
* -
**/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment