Skip to content

Commit

Permalink
Merge pull request #534 from nextcloud/fix/fix-codestyle-stable28
Browse files Browse the repository at this point in the history
[stable28] chore: composer run cs:fix
  • Loading branch information
DorraJaouad authored Feb 1, 2024
2 parents ea1bb03 + 0524def commit f20223c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/Controller/IPWhitelistController.php
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@ class IPWhitelistController extends Controller {
* @param IConfig $config
*/
public function __construct(string $appName,
IRequest $request,
IConfig $config) {
IRequest $request,
IConfig $config) {
parent::__construct($appName, $request);

$this->config = $config;
Expand Down

0 comments on commit f20223c

Please sign in to comment.