| 1 | <?php namespace Arcanedev\Assets\Pipes\Make; |
||
| 12 | abstract class CopyGitIgnoreFile |
||
| 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 | /* ----------------------------------------------------------------- |
||
| 34 | | Other Methods |
||
| 35 | | ----------------------------------------------------------------- |
||
| 36 | */ |
||
| 37 | |||
| 38 | /** |
||
| 39 | * Get the stub file. |
||
| 40 | * |
||
| 41 | * @param array $passable |
||
| 42 | * |
||
| 43 | * @return \Arcanedev\Assets\Helpers\Stub |
||
| 44 | */ |
||
| 45 | protected function getStub(array $passable) |
||
| 49 | } |
||
| 50 |
This check looks from parameters that have been defined for a function or method, but which are not used in the method body.