Skip to content

Commit

Permalink
copyright
Browse files Browse the repository at this point in the history
  • Loading branch information
fhelfer authored and kergomard committed Oct 24, 2023
1 parent c4a800f commit d7482d5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
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 @@ -17,6 +15,8 @@
* https://github.com/ILIAS-eLearning
*/

declare(strict_types=1);

namespace ILIAS\TA\Questions;

/**
Expand All @@ -31,7 +31,6 @@ abstract class assQuestionSuggestedSolution
public const TYPE_LM_PAGE = 'pg';
public const TYPE_GLOSARY_TERM = 'git';
public const TYPE_FILE = 'file';
public const TYPE_TEXT = 'text';

public const TYPES = [
self::TYPE_LM => 'obj_lm',
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);

namespace ILIAS\TA\Questions;

/**
Expand Down

0 comments on commit d7482d5

Please sign in to comment.