PHP Classes

File: build/PHPCS/Ivebeenlinuxed_Sniffs_Whitespace_ScopeIndentSniff.php

Recommend this page to a friend!
  Classes of Will Tinsdeall   Boiler Framework   build/PHPCS/Ivebeenlinuxed_Sniffs_Whitespace_ScopeIndentSniff.php   Download  
File: build/PHPCS/Ivebeenlinuxed_Sniffs_Whitespace_ScopeIndentSniff.php
Role: Unit test script
Content type: text/plain
Description: Unit test script
Class: Boiler Framework
Web application framework that implements MVC
Author: By
Last change:
Date: 9 years ago
Size: 435 bytes
 

Contents

Class file image Download
<?php
/**
 * Dummy class to destinguish Boiler Exceptions (mainly used in Database lookups)
 *
 * @category Library
 * @package Boiler
 * @author ivebeenlinuxed <will@bcslichfield.com>
 * @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 {
}
?>