Completed
Push — master ( a08b36...03118f )
by Phil
06:48
created
src/Store/AbstractStore.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -15,7 +15,7 @@  discard block
 block discarded – undo
15 15
      * @param \Percy\Entity\Collection $collection
16 16
      * @param integer                  $action
17 17
      *
18
-     * @return boolean
18
+     * @return boolean|null
19 19
      */
20 20
     protected function decorate(Collection $collection, $action)
21 21
     {
@@ -49,9 +49,9 @@  discard block
 block discarded – undo
49 49
     /**
50 50
      * Iterate collection and validate data.
51 51
      *
52
-     * @param \Percy\EntityCollection $collection
52
+     * @param Collection $collection
53 53
      *
54
-     * @return boolean
54
+     * @return boolean|null
55 55
      */
56 56
     public function validate(Collection $collection)
57 57
     {
Please login to merge, or discard this patch.