Skip to content

Commit b9015d1

Browse files
Apply fixes from StyleCI (#146)
1 parent 9f2cfb4 commit b9015d1

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/View/Engine/PathEvaluationTrait.php

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,9 @@ trait PathEvaluationTrait
2929
/**
3030
* Get the evaluated contents of the view at the given path.
3131
*
32-
* @param string $path
33-
* @param array $data
32+
* @param string $path
33+
* @param array $data
34+
*
3435
* @return string
3536
*/
3637
protected function evaluatePath($path, $data)

0 commit comments

Comments
 (0)