1 | <?php namespace Arcanedev\Assets\Pipes\Init; |
||
12 | class CopyGitIgnoreFile extends AbstractPipe |
||
13 | { |
||
14 | /* ----------------------------------------------------------------- |
||
15 | | Main Method |
||
16 | | ----------------------------------------------------------------- |
||
17 | */ |
||
18 | |||
19 | /** |
||
20 | * @param array $passable |
||
21 | * @param \Closure $next |
||
22 | * |
||
23 | * @return mixed |
||
24 | */ |
||
25 | public function handle(array $passable, Closure $next) |
||
32 | } |
||
33 |