| 
<?php/**
 * Dummy class to destinguish Boiler Exceptions (mainly used in Database lookups)
 *
 * @category Library
 * @package  Boiler
 * @author   ivebeenlinuxed <[email protected]>
 * @license  GNU v3.0 http://www.gnu.org/licenses/gpl-3.0.txt
 * @version  GIT: $Id$
 * @link     http://www.bcslichfield.com
 *
 */
 die("IN");
 class Ivebeenlinuxed_Sniffs_WhiteSpace_ScopeClosingBraceSniff extends PEAR_Sniffs_WhiteSpace_ScopeClosingBraceSniff {
 public $indent = 200;
 }
 ?>
 |