@@ -47,7 +47,7 @@ |
||
47 | 47 | * @param string $path any file wildcard (ie:/tmp/*.txt). Use the full path! |
48 | 48 | * @param int $flags any GlobIterator or FilesystemIterator flag |
49 | 49 | * |
50 | - * @return \Pipes\Pipe |
|
50 | + * @return FilesTrait |
|
51 | 51 | */ |
52 | 52 | public function files($path, $flags = \GlobIterator::CURRENT_AS_PATHNAME) |
53 | 53 | { |
@@ -19,7 +19,7 @@ |
||
19 | 19 | * }); |
20 | 20 | * |
21 | 21 | * |
22 | - * @param callable $callback |
|
22 | + * @param callable $______callback |
|
23 | 23 | * |
24 | 24 | * @return \Pipes\Pipe |
25 | 25 | */ |
@@ -116,6 +116,6 @@ |
||
116 | 116 | return call_user_func_array( |
117 | 117 | $______callback, |
118 | 118 | $______allArgs ? [$value, $key, $iterator] : [$value] |
119 | - ); |
|
119 | + ); |
|
120 | 120 | } |
121 | 121 | } |