| 1 | <?php |
||
| 18 | class ScriptHandler |
||
| 19 | { |
||
| 20 | protected static $destination = '/src/Bridge/Symfony/Bundle/Resources/public/swagger-ui/dist'; |
||
| 21 | protected static $source = '/vendor/swagger-api/swagger-ui/dist'; |
||
| 22 | |||
| 23 | /** |
||
| 24 | * Copy swagger ui to the correct directory. |
||
| 25 | * |
||
| 26 | * @parm Event $event |
||
| 27 | */ |
||
| 28 | public static function installSwaggerUi(Event $event) |
||
| 44 | } |
||
| 45 |
This check looks from parameters that have been defined for a function or method, but which are not used in the method body.