Skip to content

Commit

Permalink
Moved strict_types under copyright
Browse files Browse the repository at this point in the history
  • Loading branch information
ZallaxDev committed Dec 9, 2024
1 parent 71916c9 commit 1e48944
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Modules/LTIConsumer/classes/class.ilObjLTIConsumer.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 @@ -22,6 +20,8 @@
use Firebase\JWT\JWK;
use Firebase\JWT\JWT;

declare(strict_types=1);

/**
* Class ilObjLTIConsumer
*
Expand Down

0 comments on commit 1e48944

Please sign in to comment.