| Total Complexity | 2 |
| Total Lines | 23 |
| Duplicated Lines | 0 % |
| Coverage | 100% |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 10 | class SetFileLinkDetails |
||
| 11 | { |
||
| 12 | // Execute will process an uploading file |
||
| 13 | 2 | public function execute(UpdateFileLinkRequest $request, $linkID) |
|
| 23 | } |
||
| 24 | |||
| 25 | // Update only the instructions attached to the link |
||
| 26 | 2 | public function setLinkInstructions(UpdateFileLinkInstructionsRequest $request, $linkID) |
|
| 35 |