Skip to content

Commit

Permalink
Add adjustments based on the review
Browse files Browse the repository at this point in the history
Signed-off-by: Hamid Dehnavi <hamid.dev.pro@gmail.com>
  • Loading branch information
shdehnavi committed Jul 6, 2023
1 parent ec4f402 commit 2d7d5aa
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion lib/private/OCS/CoreCapabilities.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@
* @package OC\OCS
*/
class CoreCapabilities implements ICapability {

/**
* @param IConfig $config
*/
Expand Down
1 change: 0 additions & 1 deletion lib/private/OCS/Exception.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@
namespace OC\OCS;

class Exception extends \Exception {

public function __construct(
private Result $result,
) {
Expand Down
1 change: 0 additions & 1 deletion lib/private/OCS/Provider.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@
use OCP\IRequest;

class Provider extends Controller {

/**
* @param string $appName
* @param IRequest $request
Expand Down

0 comments on commit 2d7d5aa

Please sign in to comment.