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