Skip to content

Commit 67f792f

Browse files
committed
fix: Add strict types declaration
1 parent 43ede64 commit 67f792f

3 files changed

Lines changed: 6 additions & 2 deletions

File tree

components/ILIAS/Survey/Editing/class.ilSurveyEditorGUI.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@
1616
*
1717
*********************************************************************/
1818

19+
declare(strict_types=1);
20+
1921
use ILIAS\Survey\Editing\EditManager;
2022
use ILIAS\Survey\Editing\EditingGUIRequest;
2123

components/ILIAS/Survey/Settings/class.UIFactory.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
namespace ILIAS\Survey\Settings;
2222

2323
use ILIAS\Survey\InternalGUIService;

components/ILIAS/SurveyQuestionPool/Questions/class.SurveyQuestionGUI.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@
1616
*
1717
*********************************************************************/
1818

19+
declare(strict_types=1);
20+
1921
use ILIAS\SurveyQuestionPool\Editing\EditingGUIRequest;
2022
use ILIAS\SurveyQuestionPool\Editing\EditManager;
2123

0 commit comments

Comments
 (0)