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