Skip to content

Commit

Permalink
Merge pull request #5 from pug-php/analysis-XpJvb6
Browse files Browse the repository at this point in the history
Apply fixes from StyleCI
  • Loading branch information
kylekatarnls committed Jun 4, 2018
2 parents 1736852 + c3a0061 commit e17a3a1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/CiJade.php
Expand Up @@ -169,8 +169,8 @@ public function view($view = null, $data = [], $return = false)
/**
* Render the view with Pug and returns the HTML output.
*
* @param string|null $view view name/path
* @param array $data list of local variables
* @param string|null $view view name/path
* @param array $data list of local variables
*
* @throws Exception
*
Expand All @@ -184,8 +184,8 @@ public function renderView($view = null, $data = [])
/**
* Render the view with Pug and display the HTML output.
*
* @param string|null $view view name/path
* @param array $data list of local variables
* @param string|null $view view name/path
* @param array $data list of local variables
*
* @throws Exception
*
Expand Down

0 comments on commit e17a3a1

Please sign in to comment.