| 
<?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
 *
 */
 class Ivebeenlinuxed_Sniffs_Whitespace_ScopeIndentSniff extends Generic_Sniffs_Whitespace_ScopeIndentSniff {
 }
 ?>
 |