Completed
Push — develop ( e5032b...410fb0 )
by Tim
04:32
created
Classes/Persister/ApiResultToCachePersister.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -17,7 +17,6 @@
 block discarded – undo
17 17
     /**
18 18
      * @param string $data
19 19
      * @param string $key
20
-     * @param string $identifier
21 20
      */
22 21
     public function persist($data, $key)
23 22
     {
Please login to merge, or discard this patch.
Classes/Service/ArrayService.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -15,9 +15,9 @@
 block discarded – undo
15 15
     /**
16 16
      * Replace a key $replaceKey with $replaceItem
17 17
      *
18
-     * @param array $array
18
+     * @param string $array
19 19
      * @param       $replaceItem
20
-     * @param       $replaceKey
20
+     * @param       string $replaceKey
21 21
      *
22 22
      * @return array
23 23
      */
Please login to merge, or discard this patch.