@@ -58,6 +58,7 @@ discard block |
||
58 | 58 | * |
59 | 59 | * {@inheritDoc} |
60 | 60 | * |
61 | + * @return string |
|
61 | 62 | */ |
62 | 63 | public function getCwd() |
63 | 64 | { |
@@ -196,6 +197,7 @@ discard block |
||
196 | 197 | * |
197 | 198 | * {@inheritDoc} |
198 | 199 | * |
200 | + * @param integer $timestamp |
|
199 | 201 | */ |
200 | 202 | public function ct_ago($timestamp, $date_format = 'y,m,d,h,i,s', $sfx = true, $ommit_zero = true, $ago_single = true, $clocale = []) |
201 | 203 | { |
@@ -364,6 +366,7 @@ discard block |
||
364 | 366 | * |
365 | 367 | * {@inheritDoc} |
366 | 368 | * |
369 | + * @return string |
|
367 | 370 | */ |
368 | 371 | public function getPath() |
369 | 372 | { |
@@ -375,6 +378,7 @@ discard block |
||
375 | 378 | * |
376 | 379 | * {@inheritDoc} |
377 | 380 | * |
381 | + * @return string |
|
378 | 382 | */ |
379 | 383 | public function getPathname() |
380 | 384 | { |
@@ -487,6 +491,7 @@ discard block |
||
487 | 491 | * |
488 | 492 | * {@inheritDoc} |
489 | 493 | * |
494 | + * @return false|string |
|
490 | 495 | */ |
491 | 496 | public function isWritable($path = false) |
492 | 497 | { |
@@ -591,6 +596,7 @@ discard block |
||
591 | 596 | * |
592 | 597 | * {@inheritDoc} |
593 | 598 | * |
599 | + * @return boolean |
|
594 | 600 | */ |
595 | 601 | public function getFilename($filename = false) |
596 | 602 | { |