@@ -65,7 +65,7 @@ discard block |
||
| 65 | 65 | * Only regard contents that match the predicate. |
| 66 | 66 | * |
| 67 | 67 | * @param \Closure $predicate File|Directory -> bool |
| 68 | - * @return Directory |
|
| 68 | + * @return GenericFixedFDirectory |
|
| 69 | 69 | */ |
| 70 | 70 | public function filter(\Closure $predicate) |
| 71 | 71 | { |
@@ -78,7 +78,7 @@ discard block |
||
| 78 | 78 | * Map over the contents of this directory. |
| 79 | 79 | * |
| 80 | 80 | * @param \Closure $trans |
| 81 | - * @return Directory |
|
| 81 | + * @return GenericFixedFDirectory |
|
| 82 | 82 | */ |
| 83 | 83 | public function map(\Closure $trans) |
| 84 | 84 | { |
@@ -91,7 +91,7 @@ discard block |
||
| 91 | 91 | * Map the contents this directory. |
| 92 | 92 | * |
| 93 | 93 | * @param \Closure $trans |
| 94 | - * @return Directory |
|
| 94 | + * @return GenericFixedFDirectory |
|
| 95 | 95 | */ |
| 96 | 96 | public function outer_map(\Closure $trans) |
| 97 | 97 | { |
@@ -24,7 +24,7 @@ |
||
| 24 | 24 | } |
| 25 | 25 | |
| 26 | 26 | /** |
| 27 | - * @return string |
|
| 27 | + * @return \LogicException |
|
| 28 | 28 | */ |
| 29 | 29 | public function mimetype() |
| 30 | 30 | { |