Skip to content

Commit

Permalink
chore: composer run cs:fix
Browse files Browse the repository at this point in the history
Signed-off-by: Côme Chilliet <[email protected]>
  • Loading branch information
come-nc committed Jan 25, 2024
1 parent ea1bb03 commit 0524def
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 0524def

Please sign in to comment.