Completed
Pull Request — master (#217)
by Victor
02:08
created
src/Utils/FilesystemHelper.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -30,6 +30,9 @@
 block discarded – undo
30 30
 	protected $file;
31 31
 	protected $path;
32 32
 
33
+	/**
34
+	 * @param string $path
35
+	 */
33 36
 	public function __construct($file, $path){
34 37
 		$this->file = $file;
35 38
 		$this->path = $path;
Please login to merge, or discard this patch.
src/Controller/DownloadController.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -119,7 +119,7 @@
 block discarded – undo
119 119
 	/**
120 120
 	 * Get a Feed instance
121 121
 	 * @param bool $useCache
122
-	 * @return Feed
122
+	 * @return callable
123 123
 	 */
124 124
 	protected function getFeed($useCache = true){
125 125
 		if ($useCache && !is_null($this->registry->get('feed'))){
Please login to merge, or discard this patch.