Completed
Push — webcal-rebased ( f17583...9cf28c )
by Thomas
18:27
created
controller/subscriptionsproxycontroller.php 1 patch
Doc Comments   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -101,7 +101,7 @@  discard block
 block discarded – undo
101 101
 
102 102
 	/**
103 103
 	 * @param string $url
104
-	 * @return boolean
104
+	 * @return boolean|null
105 105
 	 * @throws \Exception
106 106
 	 */
107 107
 	private function checkHeaders($url) {
@@ -122,7 +122,7 @@  discard block
 block discarded – undo
122 122
 
123 123
 	/**
124 124
 	 * @param File $file
125
-	 * @param $icsurl
125
+	 * @param string $icsurl
126 126
 	 * @return null|string
127 127
 	 */
128 128
 	private function fetchFile(File $file, $icsurl) {
@@ -150,8 +150,8 @@  discard block
 block discarded – undo
150 150
 	}
151 151
 
152 152
 	/**
153
-	 * @param $userId
154
-	 * @return IRootFolder
153
+	 * @param integer $userId
154
+	 * @return string
155 155
 	 */
156 156
 	private function getFolderForUser($userId) {
157 157
 		$path = '/CalendarSubscriptions';
Please login to merge, or discard this patch.