Completed
Push — master ( fa6eea...660d7d )
by BENOIT
01:21
created
src/Cache/ArrayCache.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -122,7 +122,7 @@
 block discarded – undo
122 122
     }
123 123
 
124 124
     /**
125
-     * @param $key
125
+     * @param string $key
126 126
      * @return bool
127 127
      */
128 128
     private function isExpired($key): bool
Please login to merge, or discard this patch.
src/Provider/EuropeanCentralBankProvider.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -110,7 +110,7 @@
 block discarded – undo
110 110
 
111 111
 
112 112
     /**
113
-     * @param DateTimeInterface|null $date
113
+     * @param DateTimeInterface $date
114 114
      * @return string
115 115
      */
116 116
     private function pickUrl(DateTimeInterface $date): string
Please login to merge, or discard this patch.