Completed
Pull Request — master (#85)
by
unknown
03:05
created
lib/Controller/PicoController.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -91,7 +91,7 @@
 block discarded – undo
91 91
 
92 92
 	/**
93 93
 	 * @param string $site
94
-	 * @param $page
94
+	 * @param string $page
95 95
 
96 96
 	 * @PublicPage
97 97
 	 * @NoCSRFRequired
Please login to merge, or discard this patch.
lib/Pico.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -54,6 +54,9 @@
 block discarded – undo
54 54
 	}
55 55
 
56 56
 
57
+	/**
58
+	 * @param string $requestUrl
59
+	 */
57 60
 	public function setRequestUrl($requestUrl) {
58 61
 		$this->requestUrl = $requestUrl;
59 62
 	}
Please login to merge, or discard this patch.
lib/Service/PicoService.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -113,7 +113,7 @@
 block discarded – undo
113 113
 
114 114
 	/**
115 115
 	 * @param Website $website
116
-	 * @param $asset
116
+	 * @param string $asset
117 117
 	 *
118 118
 	 * @return string
119 119
 	 * @throws AssetDoesNotExistException
Please login to merge, or discard this patch.
lib/Service/ThemesService.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -90,7 +90,7 @@
 block discarded – undo
90 90
 	/**
91 91
 	 * Check if a theme exist.
92 92
 	 *
93
-	 * @param $theme
93
+	 * @param string $theme
94 94
 	 *
95 95
 	 * @throws ThemeDoesNotExistException
96 96
 	 */
Please login to merge, or discard this patch.