@@ -1,10 +1,10 @@ |
||
| 1 | 1 | <?php |
| 2 | 2 | /** |
| 3 | - * Created by PhpStorm. |
|
| 4 | - * User: Chris |
|
| 5 | - * Date: 4/12/2014 |
|
| 6 | - * Time: 12:04 PM |
|
| 7 | - */ |
|
| 3 | + * Created by PhpStorm. |
|
| 4 | + * User: Chris |
|
| 5 | + * Date: 4/12/2014 |
|
| 6 | + * Time: 12:04 PM |
|
| 7 | + */ |
|
| 8 | 8 | namespace Seufert\Hamle\Text; |
| 9 | 9 | |
| 10 | 10 | use Seufert\Hamle\Text; |
@@ -25,12 +25,12 @@ |
||
| 25 | 25 | */ |
| 26 | 26 | namespace Seufert\Hamle; |
| 27 | 27 | /** |
| 28 | - * HAMLE Exception base class |
|
| 29 | - * |
|
| 30 | - * @author Chris Seufert <[email protected]> |
|
| 31 | - * @package hamle |
|
| 32 | - * |
|
| 33 | - */ |
|
| 28 | + * HAMLE Exception base class |
|
| 29 | + * |
|
| 30 | + * @author Chris Seufert <[email protected]> |
|
| 31 | + * @package hamle |
|
| 32 | + * |
|
| 33 | + */ |
|
| 34 | 34 | class Exception extends \Exception { |
| 35 | 35 | //put your code here |
| 36 | 36 | } |
| 37 | 37 | \ No newline at end of file |
@@ -25,12 +25,12 @@ |
||
| 25 | 25 | */ |
| 26 | 26 | namespace Seufert\Hamle; |
| 27 | 27 | /** |
| 28 | - * Basic HAMLE Setup Class |
|
| 29 | - * This class should be extended to override the Model Methods, |
|
| 30 | - * to use your model |
|
| 31 | - * |
|
| 32 | - * @author Chris Seufert <[email protected]> |
|
| 33 | - */ |
|
| 28 | + * Basic HAMLE Setup Class |
|
| 29 | + * This class should be extended to override the Model Methods, |
|
| 30 | + * to use your model |
|
| 31 | + * |
|
| 32 | + * @author Chris Seufert <[email protected]> |
|
| 33 | + */ |
|
| 34 | 34 | class Setup {
|
| 35 | 35 | /** |
| 36 | 36 | * Returns the full file path to the cache file |
@@ -25,11 +25,11 @@ |
||
| 25 | 25 | */ |
| 26 | 26 | namespace Seufert\Hamle; |
| 27 | 27 | /** |
| 28 | - * HAMLE - HAML inspired template, with (E)nhancements |
|
| 29 | - * |
|
| 30 | - * |
|
| 31 | - * @author Chris Seufert <[email protected]> |
|
| 32 | - */ |
|
| 28 | + * HAMLE - HAML inspired template, with (E)nhancements |
|
| 29 | + * |
|
| 30 | + * |
|
| 31 | + * @author Chris Seufert <[email protected]> |
|
| 32 | + */ |
|
| 33 | 33 | class Hamle { |
| 34 | 34 | /** |
| 35 | 35 | * @var Setup instance of hamleSetup Object |