Completed
Push — middleware-wip ( 5cfd03...f2f782 )
by Romain
05:53
created
Classes/Configuration/View/View.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -130,7 +130,7 @@  discard block
 block discarded – undo
130 130
     }
131 131
 
132 132
     /**
133
-     * @return array
133
+     * @return string[]
134 134
      */
135 135
     public function getAbsoluteLayoutRootPaths()
136 136
     {
@@ -161,7 +161,7 @@  discard block
 block discarded – undo
161 161
     }
162 162
 
163 163
     /**
164
-     * @return array
164
+     * @return string[]
165 165
      */
166 166
     public function getAbsolutePartialRootPaths()
167 167
     {
Please login to merge, or discard this patch.