Passed
Branch develop (61c301)
by nguereza
05:32
created
Category
src/Exception/TemplateNotFoundException.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -38,6 +38,5 @@
 block discarded – undo
38 38
  * Class TemplateNotFoundException
39 39
  * @package Platine\Template\Exception
40 40
  */
41
-class TemplateNotFoundException extends Exception
42
-{
41
+class TemplateNotFoundException extends Exception {
43 42
 }
Please login to merge, or discard this patch.
src/Template.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -50,8 +50,7 @@
 block discarded – undo
50 50
  * Class Template
51 51
  * @package Platine\Template
52 52
  */
53
-class Template
54
-{
53
+class Template {
55 54
 
56 55
 
57 56
 }
Please login to merge, or discard this patch.