You are here

namespace Drupal\Sniffs\Functions in Coder 8.2

Same name in other branches
  1. 8.3 Drupal\Sniffs\Functions
  2. 8.3.x Drupal\Sniffs\Functions
Classsort descending Location Description
DiscouragedFunctionsSniff coder_sniffer/Drupal/Sniffs/Functions/DiscouragedFunctionsSniff.php Discourage the use of debug functions.
FunctionDeclarationSniff coder_sniffer/Drupal/Sniffs/Functions/FunctionDeclarationSniff.php Ensure that there is only one space after the function keyword and no space before the opening parenthesis.