@@ -36,10 +36,10 @@ public function setTheme(FormView $view, $themes);
3636 * The type of the resource is decided by the implementation. The resource
3737 * is later passed to {@link renderBlock()} by the rendering algorithm.
3838 *
39- * @param FormView $view the view for determining the used themes.
39+ * @param FormView $view The view for determining the used themes.
4040 * First the themes attached directly to the
4141 * view with {@link setTheme()} are considered,
42- * then the ones of its parent etc
42+ * then the ones of its parent etc.
4343 * @param string $blockName The name of the block to render
4444 *
4545 * @return mixed the renderer resource or false, if none was found
@@ -68,10 +68,10 @@ public function getResourceForBlockName(FormView $view, $blockName);
6868 * The type of the resource is decided by the implementation. The resource
6969 * is later passed to {@link renderBlock()} by the rendering algorithm.
7070 *
71- * @param FormView $view the view for determining the used themes.
71+ * @param FormView $view The view for determining the used themes.
7272 * First the themes attached directly to
7373 * the view with {@link setTheme()} are
74- * considered, then the ones of its parent etc
74+ * considered, then the ones of its parent etc.
7575 * @param array $blockNameHierarchy The block name hierarchy, with the root block
7676 * at the beginning
7777 * @param int $hierarchyLevel The level in the hierarchy at which to start
@@ -106,10 +106,10 @@ public function getResourceForBlockNameHierarchy(FormView $view, array $blockNam
106106 * The type of the resource is decided by the implementation. The resource
107107 * is later passed to {@link renderBlock()} by the rendering algorithm.
108108 *
109- * @param FormView $view the view for determining the used themes.
109+ * @param FormView $view The view for determining the used themes.
110110 * First the themes attached directly to
111111 * the view with {@link setTheme()} are
112- * considered, then the ones of its parent etc
112+ * considered, then the ones of its parent etc.
113113 * @param array $blockNameHierarchy The block name hierarchy, with the root block
114114 * at the beginning
115115 * @param int $hierarchyLevel The level in the hierarchy at which to start
0 commit comments