Completed
Push — master ( 136153...d5a3eb )
by Nate
19:29 queued 17:38
created
src/services/resources/traits/SyncByElementTrait.php 1 patch
Doc Comments   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -32,8 +32,8 @@  discard block
 block discarded – undo
32 32
 
33 33
     /**
34 34
      * @param string $id
35
-     * @param ConnectionInterface|string|null $connection
36
-     * @param CacheInterface|string|null $cache
35
+     * @param null|ConnectionInterface $connection
36
+     * @param null|CacheInterface $cache
37 37
      * @return callable
38 38
      */
39 39
     public abstract function rawHttpReadRelay(
@@ -45,8 +45,8 @@  discard block
 block discarded – undo
45 45
     /**
46 46
      * @param array $payload
47 47
      * @param string|null $identifier
48
-     * @param ConnectionInterface|string|null $connection
49
-     * @param CacheInterface|string|null $cache
48
+     * @param null|ConnectionInterface $connection
49
+     * @param null|CacheInterface $cache
50 50
      * @return callable
51 51
      * @throws \yii\base\InvalidConfigException
52 52
      */
Please login to merge, or discard this patch.