Completed
Push — master ( 4f1df0...4182a1 )
by Peter
07:50
created
src/Model/Image.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -112,6 +112,9 @@
 block discarded – undo
112 112
 		return in_array(strtolower(pathinfo($name, PATHINFO_EXTENSION)), ['jpg', 'jpeg', 'gif', 'png']);
113 113
 	}
114 114
 
115
+	/**
116
+	 * @param string $tempName
117
+	 */
115 118
 	protected function _set($tempName, $fileName, $params = [])
116 119
 	{
117 120
 		if ($this->isImage($fileName))
Please login to merge, or discard this patch.