Completed
Push — master ( ea1817...bbd140 )
by Chris
03:35
created
php/hamle/Text/Plain.php 1 patch
Indentation   +5 added lines, -5 removed lines patch added patch discarded remove patch
@@ -1,10 +1,10 @@
 block discarded – undo
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;
Please login to merge, or discard this patch.
php/hamle/Exception.php 1 patch
Indentation   +6 added lines, -6 removed lines patch added patch discarded remove patch
@@ -25,12 +25,12 @@
 block discarded – undo
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
Please login to merge, or discard this patch.
php/hamle/Setup.php 1 patch
Indentation   +6 added lines, -6 removed lines patch added patch discarded remove patch
@@ -25,12 +25,12 @@
 block discarded – undo
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
Please login to merge, or discard this patch.
php/hamle/Hamle.php 1 patch
Indentation   +5 added lines, -5 removed lines patch added patch discarded remove patch
@@ -25,11 +25,11 @@
 block discarded – undo
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
Please login to merge, or discard this patch.