Completed
Push — master ( 0b2a25...ebfed1 )
by Iqbal
02:30
created
src/ReadModel/Storage/Pdo/Pdo.php 2 patches
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -338,7 +338,7 @@
 block discarded – undo
338 338
     }
339 339
 
340 340
     /**
341
-     * @param mixed $value
341
+     * @param string $value
342 342
      *
343 343
      * @return mixed|null|string
344 344
      */
Please login to merge, or discard this patch.
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -10,7 +10,6 @@
 block discarded – undo
10 10
 
11 11
 namespace Borobudur\Cqrs\ReadModel\Storage\Pdo;
12 12
 
13
-use Borobudur\Collection\Collection;
14 13
 use Borobudur\Cqrs\Exception\InvalidArgumentException;
15 14
 use Borobudur\Cqrs\ReadModel\ReadModelInterface;
16 15
 use Borobudur\Cqrs\ReadModel\Storage\Finder\Expression\CompositeExpressionInterface;
Please login to merge, or discard this patch.