Passed
Push — develop ( 7ae740...59441d )
by Jens
03:01
created
cloudcontrol/library/cc/Application.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -88,7 +88,7 @@  discard block
 block discarded – undo
88 88
 		 * Loop through sitemap items and see if one matches the requestUri.
89 89
 		 * If it does, add it tot the matchedSitemapItems array
90 90
 		 *
91
-		 * @param $request
91
+		 * @param Request $request
92 92
 		 */
93 93
 		private function sitemapMatching($request)
94 94
 		{
@@ -150,7 +150,7 @@  discard block
 block discarded – undo
150 150
 		 * @param string $template
151 151
 		 * @param array  $parameters
152 152
 		 *
153
-		 * @return mixed
153
+		 * @return Component
154 154
 		 * @throws \Exception
155 155
 		 */
156 156
 		private function getComponentObject($class='', $template='', $parameters=array(), $matchedSitemapItem)
Please login to merge, or discard this patch.