<?php

/**
 * @file
 * This file contains valid notations for the drupal coding standard.
 *
 * It is used to check sniffs that run on .module files but skip .php files.
 */

define('GOOD_FOO_BAR', 5);
