@@ -36,10 +36,10 @@ public function setTheme(FormView $view, $themes);
36
36
* The type of the resource is decided by the implementation. The resource
37
37
* is later passed to {@link renderBlock()} by the rendering algorithm.
38
38
*
39
- * @param FormView $view The view for determining the used themes.
39
+ * @param FormView $view the view for determining the used themes.
40
40
* First the themes attached directly to the
41
41
* view with {@link setTheme()} are considered,
42
- * then the ones of its parent etc.
42
+ * then the ones of its parent etc
43
43
* @param string $blockName The name of the block to render
44
44
*
45
45
* @return mixed the renderer resource or false, if none was found
@@ -68,10 +68,10 @@ public function getResourceForBlockName(FormView $view, $blockName);
68
68
* The type of the resource is decided by the implementation. The resource
69
69
* is later passed to {@link renderBlock()} by the rendering algorithm.
70
70
*
71
- * @param FormView $view The view for determining the used themes.
71
+ * @param FormView $view the view for determining the used themes.
72
72
* First the themes attached directly to
73
73
* the view with {@link setTheme()} are
74
- * considered, then the ones of its parent etc.
74
+ * considered, then the ones of its parent etc
75
75
* @param array $blockNameHierarchy The block name hierarchy, with the root block
76
76
* at the beginning
77
77
* @param int $hierarchyLevel The level in the hierarchy at which to start
@@ -106,10 +106,10 @@ public function getResourceForBlockNameHierarchy(FormView $view, array $blockNam
106
106
* The type of the resource is decided by the implementation. The resource
107
107
* is later passed to {@link renderBlock()} by the rendering algorithm.
108
108
*
109
- * @param FormView $view The view for determining the used themes.
109
+ * @param FormView $view the view for determining the used themes.
110
110
* First the themes attached directly to
111
111
* the view with {@link setTheme()} are
112
- * considered, then the ones of its parent etc.
112
+ * considered, then the ones of its parent etc
113
113
* @param array $blockNameHierarchy The block name hierarchy, with the root block
114
114
* at the beginning
115
115
* @param int $hierarchyLevel The level in the hierarchy at which to start
0 commit comments