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 25ac904 commit 985f383
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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 @@ -18,6 +16,8 @@
*
*********************************************************************/

declare(strict_types=1);

use GuzzleHttp\Client;
use GuzzleHttp\Psr7\Uri;

Expand Down
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 @@ -18,6 +16,8 @@
*
*********************************************************************/

declare(strict_types=1);

use ILIAS\Filesystem\Stream\Streams;
use Firebase\JWT\JWK;
use Firebase\JWT\JWT;
Expand Down

0 comments on commit 985f383

Please sign in to comment.