Completed
Push — master ( 147e57...c7ba4d )
by Freek
06:28 queued 04:42
created
src/Valuestore.php 2 patches
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -247,7 +247,7 @@
 block discarded – undo
247 247
      *
248 248
      * @param mixed $offset
249 249
      *
250
-     * @return mixed
250
+     * @return null|string
251 251
      */
252 252
     public function offsetGet($offset)
253 253
     {
Please login to merge, or discard this patch.
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -2,8 +2,8 @@
 block discarded – undo
2 2
 
3 3
 namespace Spatie\Valuestore;
4 4
 
5
-use Countable;
6 5
 use ArrayAccess;
6
+use Countable;
7 7
 
8 8
 class Valuestore implements ArrayAccess, Countable
9 9
 {
Please login to merge, or discard this patch.