Skip to content

Commit 99e974b

Browse files
committed
fix copyrights
1 parent a796eba commit 99e974b

4 files changed

Lines changed: 8 additions & 6 deletions

File tree

components/ILIAS/COPage/Cron/class.ilCleanCOPageHistoryCronjob.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
<?php
22

3-
declare(strict_types=1);
4-
53
/**
64
* This file is part of ILIAS, a powerful learning management system
75
* published by ILIAS open source e-Learning e.V.
@@ -18,6 +16,8 @@
1816
*
1917
*********************************************************************/
2018

19+
declare(strict_types=1);
20+
2121
use ILIAS\COPage\History\HistoryManager;
2222
use ILIAS\Cron\Schedule\CronJobScheduleType;
2323

components/ILIAS/Calendar/classes/ConsultationHours/class.ilConsultationHourCron.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
<?php
22

3-
declare(strict_types=1);
4-
53
/**
64
* This file is part of ILIAS, a powerful learning management system
75
* published by ILIAS open source e-Learning e.V.
@@ -18,6 +16,8 @@
1816
*
1917
*********************************************************************/
2018

19+
declare(strict_types=1);
20+
2121
use ILIAS\Cron\Schedule\CronJobScheduleType;
2222

2323
/**

components/ILIAS/CmiXapi/classes/class.ilXapiResultsCronjob.php

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
<?php
22

3-
declare(strict_types=1);
4-
53
/**
64
* This file is part of ILIAS, a powerful learning management system
75
* published by ILIAS open source e-Learning e.V.
@@ -17,6 +15,9 @@
1715
* https://github.com/ILIAS-eLearning
1816
*
1917
*********************************************************************/
18+
19+
declare(strict_types=1);
20+
2021
use ILIAS\Cron\Schedule\CronJobScheduleType;
2122

2223
/**

components/ILIAS/Component/classes/Setup/class.ilComponentDefinitionsStoredObjective.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
<?php
2+
23
/**
34
* This file is part of ILIAS, a powerful learning management system
45
* published by ILIAS open source e-Learning e.V.

0 commit comments

Comments
 (0)