Completed
Push — master ( 03118f...776076 )
by Phil
05:02
created
src/Store/AbstractStore.php 2 patches
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -13,9 +13,9 @@
 block discarded – undo
13 13
     /**
14 14
      * Iterate collection and validate data.
15 15
      *
16
-     * @param \Percy\EntityCollection $collection
16
+     * @param Collection $collection
17 17
      *
18
-     * @return boolean
18
+     * @return boolean|null
19 19
      */
20 20
     public function validate(Collection $collection)
21 21
     {
Please login to merge, or discard this patch.
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -2,7 +2,6 @@
 block discarded – undo
2 2
 
3 3
 namespace Percy\Store;
4 4
 
5
-use InvalidArgumentException;
6 5
 use Percy\Decorator\DecoratorTrait;
7 6
 use Percy\Entity\Collection;
8 7
 
Please login to merge, or discard this patch.