Completed
Push — master ( 1768c8...189bb6 )
by Matthew
03:41
created
src/Loader/AbstractLoader.php 1 patch
Doc Comments   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -72,7 +72,6 @@  discard block
 block discarded – undo
72 72
     /**
73 73
      * Gets the Cache namespace key for Redis
74 74
      *
75
-     * @param string $string
76 75
      */
77 76
     public function getCacheNamespace()
78 77
     {
@@ -145,7 +144,7 @@  discard block
 block discarded – undo
145 144
      * Sets JSON encoded value within Redis with an expiry in seconds
146 145
      *
147 146
      * @param string  $key
148
-     * @param mixed   $value   Data to encode into JSON and store
147
+     * @param string   $value   Data to encode into JSON and store
149 148
      * @param integer $expires Cache expiry time in seconds
150 149
      */
151 150
     public function setExpireKey($key, $value, $expires)
Please login to merge, or discard this patch.
src/Loader/Statistics/AbstractStatisticsLoader.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -149,7 +149,7 @@
 block discarded – undo
149 149
      * Takes common requests and appends them to the query object. Any other
150 150
      * special requirements will be handled after
151 151
      *
152
-     * @param  Ps2alerts\Api\QueryObjects\QueryObject $queryObject
152
+     * @param  QueryObject $queryObject
153 153
      * @param  array                                  $post
154 154
      *
155 155
      * @return Ps2alerts\Api\QueryObjects\QueryObject
Please login to merge, or discard this patch.
src/QueryObjects/QueryObject.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -54,7 +54,7 @@
 block discarded – undo
54 54
      * in the array and added to.
55 55
      * e.g. $queryObject->addSelect('COUNT(ResultID) AS COUNT');
56 56
      *
57
-     * @param string $string
57
+     * @param string $array
58 58
      */
59 59
     public function addSelect($array)
60 60
     {
Please login to merge, or discard this patch.