Completed
Pull Request — master (#268)
by
unknown
03:49 queued 02:35
created
src/Xhgui/Storage/File.php 1 patch
Doc Comments   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -282,7 +282,7 @@  discard block
 block discarded – undo
282 282
 
283 283
     /**
284 284
      * @param $file
285
-     * @return mixed
285
+     * @return string
286 286
      */
287 287
     protected function getMetafileNameFromProfileName($file)
288 288
     {
@@ -292,7 +292,7 @@  discard block
 block discarded – undo
292 292
 
293 293
 
294 294
     /**
295
-     * @param $timestamp
295
+     * @param DateTime $timestamp
296 296
      * @return bool|DateTime
297 297
      */
298 298
     protected function getDateTimeFromStringOrTimestamp($timestamp)
@@ -401,7 +401,7 @@  discard block
 block discarded – undo
401 401
 
402 402
     /**
403 403
      * @param $name
404
-     * @return bool
404
+     * @return false|null
405 405
      */
406 406
     public function addWatchedFunction($name)
407 407
     {
@@ -416,7 +416,7 @@  discard block
 block discarded – undo
416 416
     /**
417 417
      * @param $id
418 418
      * @param $name
419
-     * @return bool
419
+     * @return false|null
420 420
      */
421 421
     public function updateWatchedFunction($id, $name)
422 422
     {
Please login to merge, or discard this patch.
src/Xhgui/Storage/Mongo.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -319,7 +319,7 @@
 block discarded – undo
319 319
     }
320 320
 
321 321
     /**
322
-     * @param \Xhgui_Storage_Filter $options
322
+     * @param DateTime $date
323 323
      * @return \DateTime
324 324
      */
325 325
     protected function getDateTimeFromString($date)
Please login to merge, or discard this patch.
src/Xhgui/Storage/PDO.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -326,7 +326,7 @@
 block discarded – undo
326 326
     }
327 327
 
328 328
     /**
329
-     * @param \Xhgui_Storage_Filter $options
329
+     * @param DateTime $date
330 330
      * @return \DateTime
331 331
      */
332 332
     protected function getDateTimeFromString($date) {
Please login to merge, or discard this patch.