@@ -46,8 +46,8 @@ |
||
46 | 46 | |
47 | 47 | if (!is_dir($folder)) { |
48 | 48 | throw new MissingTemplateFolderException(sprintf( |
49 | - 'The folder %s does not exist or is not a folder', |
|
50 | - $folder |
|
49 | + 'The folder %s does not exist or is not a folder', |
|
50 | + $folder |
|
51 | 51 | )); |
52 | 52 | } |
53 | 53 |
@@ -60,7 +60,7 @@ |
||
60 | 60 | $this->responseFactory = $responseFactory; |
61 | 61 | } |
62 | 62 | |
63 | - /** |
|
63 | + /** |
|
64 | 64 | * Adds a renderer and maps it to an output type |
65 | 65 | * |
66 | 66 | * @return $this |
@@ -75,7 +75,7 @@ |
||
75 | 75 | } |
76 | 76 | |
77 | 77 | if (!is_object($helper)) { |
78 | - throw new RuntimeException(sprintf('%s is not an object, %s given', $name, gettype($helper))); |
|
78 | + throw new RuntimeException(sprintf('%s is not an object, %s given', $name, gettype($helper))); |
|
79 | 79 | } |
80 | 80 | return $helper; |
81 | 81 | } |