property Test::$varStyle in Coder 8.2
Same name in this branch
- 8.2 coder_sniffer/Drupal/Test/Commenting/InlineCommentUnitTest.inc \Test::varStyle
- 8.2 coder_sniffer/Drupal/Test/Commenting/VariableCommentUnitTest.inc \Test::varStyle
- 8.2 coder_sniffer/Drupal/Test/Commenting/DocCommentAlignmentUnitTest.inc \Test::varStyle
- 8.2 coder_sniffer/Drupal/Test/Classes/PropertyDeclarationUnitTest.inc \Test::varStyle
Same name and namespace in other branches
- 8.3 tests/Drupal/Commenting/InlineCommentUnitTest.inc \Test::varStyle
- 8.3 tests/Drupal/Commenting/DocCommentAlignmentUnitTest.inc \Test::varStyle
- 8.3 tests/Drupal/Classes/PropertyDeclarationUnitTest.inc \Test::varStyle
- 8.3.x tests/Drupal/Commenting/InlineCommentUnitTest.inc \Test::varStyle
- 8.3.x tests/Drupal/Commenting/DocCommentAlignmentUnitTest.inc \Test::varStyle
- 8.3.x tests/Drupal/Classes/PropertyDeclarationUnitTest.inc \Test::varStyle
Wrong style with var keyword, but the doc block is fine.
File
- coder_sniffer/
Drupal/ Test/ Commenting/ InlineCommentUnitTest.inc, line 74 - Example inline comments.
Class
- Test
- Test class with properties.
Code
var $varStyle;