Skip to content

Commit e0e70e1

Browse files
committed
Apply fixes from StyleCI
1 parent 496b489 commit e0e70e1

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

src/PHPDraft/Out/UI.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,9 @@ class UI
4242
*
4343
* @param array $argv Arguments passed
4444
*
45-
* @return array results of the invocation
4645
* @throws \PHPDraft\Parse\ExecutionException When something failed in execution
46+
*
47+
* @return array results of the invocation
4748
*/
4849
public static function main($argv = [])
4950
{

src/PHPDraft/Parse/JsonToHTML.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,9 @@ public function __toString()
5858
* @param string|null $css CSS to load
5959
* @param string|null $js JS to load
6060
*
61-
* @return TemplateGenerator HTML template to display
6261
* @throws \PHPDraft\Parse\ExecutionException As a runtime exception
62+
*
63+
* @return TemplateGenerator HTML template to display
6364
*/
6465
public function get_html($template = 'default', $image = NULL, $css = NULL, $js = NULL)
6566
{

0 commit comments

Comments
 (0)