Skip to content

Commit

Permalink
Form: fix cp notice
Browse files Browse the repository at this point in the history
  • Loading branch information
schmitz-ilias committed Nov 14, 2024
1 parent 5840eb5 commit 56d2845
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions components/ILIAS/Form/classes/class.ilBirthdayInputGUI.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
<?php

declare(strict_types=1);

/**
* This file is part of ILIAS, a powerful learning management system
* published by ILIAS open source e-Learning e.V.
Expand All @@ -18,6 +16,8 @@
*
*********************************************************************/

declare(strict_types=1);

/**
* This class represents a text property in a property form.
*
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
<?php

declare(strict_types=1);

/**
* This file is part of ILIAS, a powerful learning management system
* published by ILIAS open source e-Learning e.V.
Expand All @@ -18,6 +16,8 @@
*
*********************************************************************/

declare(strict_types=1);

/**
* input GUI for a time span (start and end date)
*
Expand Down
4 changes: 2 additions & 2 deletions components/ILIAS/Form/classes/class.ilDateTimeInputGUI.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
<?php

declare(strict_types=1);

/**
* This file is part of ILIAS, a powerful learning management system
* published by ILIAS open source e-Learning e.V.
Expand All @@ -18,6 +16,8 @@
*
*********************************************************************/

declare(strict_types=1);

/**
* This class represents a date/time property in a property form.
*
Expand Down

0 comments on commit 56d2845

Please sign in to comment.