diff options
| author | Christian Weiske <cweiske@cweiske.de> | 2014-08-21 17:03:19 +0200 |
|---|---|---|
| committer | Christian Weiske <cweiske@cweiske.de> | 2014-08-21 17:03:19 +0200 |
| commit | 849cf18b89186163bc3695c5a0eb2908471b95b3 (patch) | |
| tree | a82fb8cf8fab337acc8b8cfeefc3efdcdb9062bb /controller | |
| parent | 9150b1d1f25a5f278ed44e4d3afe32de5ef8ccc3 (diff) | |
| download | grauphel-849cf18b89186163bc3695c5a0eb2908471b95b3.tar.gz grauphel-849cf18b89186163bc3695c5a0eb2908471b95b3.zip | |
CS: tab2spaces
Diffstat (limited to 'controller')
| -rw-r--r-- | controller/apicontroller.php | 12 | ||||
| -rw-r--r-- | controller/guicontroller.php | 12 | ||||
| -rw-r--r-- | controller/oauthcontroller.php | 12 |
3 files changed, 18 insertions, 18 deletions
diff --git a/controller/apicontroller.php b/controller/apicontroller.php index 7f6bc67..4c7af48 100644 --- a/controller/apicontroller.php +++ b/controller/apicontroller.php @@ -34,13 +34,13 @@ use \OCA\Grauphel\Lib\Response\ErrorResponse; */ class ApiController extends Controller { - /** - * constructor of the controller + /** + * constructor of the controller * - * @param string $appName Name of the app - * @param IRequest $request Instance of the request - */ - public function __construct($appName, \OCP\IRequest $request, $user) + * @param string $appName Name of the app + * @param IRequest $request Instance of the request + */ + public function __construct($appName, \OCP\IRequest $request, $user) { parent::__construct($appName, $request); $this->user = $user; diff --git a/controller/guicontroller.php b/controller/guicontroller.php index e3753d7..79c6447 100644 --- a/controller/guicontroller.php +++ b/controller/guicontroller.php @@ -29,13 +29,13 @@ use \OCP\AppFramework\Http\TemplateResponse; */ class GuiController extends Controller { - /** - * constructor of the controller + /** + * constructor of the controller * - * @param string $appName Name of the app - * @param IRequest $request Instance of the request - */ - public function __construct($appName, \OCP\IRequest $request, $user, $urlGen) + * @param string $appName Name of the app + * @param IRequest $request Instance of the request + */ + public function __construct($appName, \OCP\IRequest $request, $user, $urlGen) { parent::__construct($appName, $request); $this->user = $user; diff --git a/controller/oauthcontroller.php b/controller/oauthcontroller.php index ceaa935..d02b7b8 100644 --- a/controller/oauthcontroller.php +++ b/controller/oauthcontroller.php @@ -41,13 +41,13 @@ class OauthController extends Controller { protected $user; - /** - * constructor of the controller + /** + * constructor of the controller * - * @param string $appName Name of the app - * @param IRequest $request Instance of the request - */ - public function __construct($appName, \OCP\IRequest $request, $user) + * @param string $appName Name of the app + * @param IRequest $request Instance of the request + */ + public function __construct($appName, \OCP\IRequest $request, $user) { parent::__construct($appName, $request); $this->user = $user; |
