You are here

private property Bar::$secret in Coder 8.2

Same name and namespace in other branches
  1. 7.2 coder_sniffer/Test/good/good.php \Bar::secret

Private properties have no prefix.

Type: int

File

coder_sniffer/Drupal/Test/good/good.php, line 588
This file contains all the valid notations for the drupal coding standard.

Class

Bar
Class declaration.

Code

private $secret = 1;