Minor refactoring

This commit is contained in:
Meritoo
2017-12-21 20:41:12 +01:00
parent 8bb529b88d
commit 5aaf7cde72
2 changed files with 9 additions and 9 deletions

View File

@@ -20,7 +20,7 @@ class Bundle
* Returns path to view / template of given bundle
*
* @param string $viewPath Path of the view / template, e.g. "MyDirectory/my-template"
* @param string $bundleName Name of the bundle, e.g. "MyExtraBundle"
* @param string $bundleName Full name of the bundle, e.g. "MyExtraBundle"
* @param string $extension (optional) Extension of the view / template
* @return string|null
*/