Completed
Push — master ( 338029...da5103 )
by Milan
01:29
created
src/Currency/Formats.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -42,6 +42,9 @@
 block discarded – undo
42 42
 		unset($this->formats[$code]);
43 43
 	}
44 44
 
45
+	/**
46
+	 * @param string $code
47
+	 */
45 48
 	public function getFormat($code)
46 49
 	{
47 50
 		if (isset($this->formats[$code])) {
Please login to merge, or discard this patch.
src/Driver/ADriver.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -44,6 +44,9 @@
 block discarded – undo
44 44
 		return $currencies;
45 45
 	}
46 46
 
47
+	/**
48
+	 * @param string $format
49
+	 */
47 50
 	protected function setDate($format, $value)
48 51
 	{
49 52
 		$this->date = DateTime::createFromFormat($format, $value);
Please login to merge, or discard this patch.
src/Caching/Cache.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -65,7 +65,7 @@
 block discarded – undo
65 65
 
66 66
 	/**
67 67
 	 * @param string $hour
68
-	 * @return Storage
68
+	 * @return Cache
69 69
 	 */
70 70
 	public function setRefresh($hour)
71 71
 	{
Please login to merge, or discard this patch.