Completed
Pull Request — master (#229)
by Timothy
03:59
created
lib/Doctrine/Common/Cache/SQLite3Cache.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -158,7 +158,7 @@
 block discarded – undo
158 158
     /**
159 159
      * Find a single row by ID.
160 160
      *
161
-     * @param mixed $id
161
+     * @param string $id
162 162
      * @param bool $includeData
163 163
      *
164 164
      * @return array|null
Please login to merge, or discard this patch.
lib/Doctrine/Common/Cache/CouchbaseBucketCache.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -197,7 +197,7 @@
 block discarded – undo
197 197
     }
198 198
 
199 199
     /**
200
-     * @param mixed $value
200
+     * @param string $value
201 201
      * @return string
202 202
      */
203 203
     private function encode($value) :string
Please login to merge, or discard this patch.