AI admin settings: strict_types

Signed-off-by: Marcel Klehr <mklehr@gmx.net>
pull/39567/head
Marcel Klehr 3 years ago committed by Julien Veyssier
parent aa74d6fd31
commit f72f3f7df4
No known key found for this signature in database
GPG Key ID: 4141FEE162030638
  1. 3
      apps/settings/lib/Controller/AISettingsController.php
  2. 3
      apps/settings/lib/Settings/Admin/ArtificialIntelligence.php

@ -1,4 +1,7 @@
<?php
declare(strict_types=1);
/**
* @copyright Copyright (c) 2023 Marcel Klehr <mklehr@gmx.net>
*

@ -1,4 +1,7 @@
<?php
declare(strict_types=1);
/**
* @copyright Copyright (c) 2023 Marcel Klehr <mklehr@gmx.net>
*

Loading…
Cancel
Save