@@ -38,10 +38,10 @@ public function setTheme(FormView $view, $themes, $useDefaultThemes = true);
3838 * The type of the resource is decided by the implementation. The resource
3939 * is later passed to {@link renderBlock()} by the rendering algorithm.
4040 *
41- * @param FormView $view the view for determining the used themes.
41+ * @param FormView $view The view for determining the used themes.
4242 * First the themes attached directly to the
4343 * view with {@link setTheme()} are considered,
44- * then the ones of its parent etc
44+ * then the ones of its parent etc.
4545 * @param string $blockName The name of the block to render
4646 *
4747 * @return mixed the renderer resource or false, if none was found
@@ -70,10 +70,10 @@ public function getResourceForBlockName(FormView $view, $blockName);
7070 * The type of the resource is decided by the implementation. The resource
7171 * is later passed to {@link renderBlock()} by the rendering algorithm.
7272 *
73- * @param FormView $view the view for determining the used themes.
73+ * @param FormView $view The view for determining the used themes.
7474 * First the themes attached directly to
7575 * the view with {@link setTheme()} are
76- * considered, then the ones of its parent etc
76+ * considered, then the ones of its parent etc.
7777 * @param array $blockNameHierarchy The block name hierarchy, with the root block
7878 * at the beginning
7979 * @param int $hierarchyLevel The level in the hierarchy at which to start
@@ -108,10 +108,10 @@ public function getResourceForBlockNameHierarchy(FormView $view, array $blockNam
108108 * The type of the resource is decided by the implementation. The resource
109109 * is later passed to {@link renderBlock()} by the rendering algorithm.
110110 *
111- * @param FormView $view the view for determining the used themes.
111+ * @param FormView $view The view for determining the used themes.
112112 * First the themes attached directly to
113113 * the view with {@link setTheme()} are
114- * considered, then the ones of its parent etc
114+ * considered, then the ones of its parent etc.
115115 * @param array $blockNameHierarchy The block name hierarchy, with the root block
116116 * at the beginning
117117 * @param int $hierarchyLevel The level in the hierarchy at which to start
0 commit comments