🧑‍💻 enable strict types

This commit is contained in:
DrMaxNix 2023-04-04 14:11:45 +02:00
parent cc47e7321c
commit 3476d27d67
1 changed files with 4 additions and 3 deletions

View File

@ -1,8 +1,9 @@
#!/usr/bin/php
<?php
/*! untisbot v1.1.0 | (c) 2023 DrMaxNix | www.drmaxnix.de */
/*! untisbot v1.1.1 | (c) 2023 DrMaxNix | www.drmaxnix.de */
declare(strict_types = 1);
define("CONFIG_PATH", "/etc/untisbot/untisbot.ini");
define("UNTISBOT_VERSION", "1.1.0");
define("UNTISBOT_VERSION", "1.1.1");
@ -1486,4 +1487,4 @@
$this->last = $time;
}
}
?>
?>