]> 91.132.146.200 Git - scientia.git/commitdiff
version 1.0 v1.0
authorBanana <mail@bananas-playground.net>
Sat, 12 Nov 2022 12:14:35 +0000 (13:14 +0100)
committerBanana <mail@bananas-playground.net>
Sat, 12 Nov 2022 12:14:35 +0000 (13:14 +0100)
CHANGELOG
documentation/clients.txt [new file with mode: 0644]
webroot/lib/summoner.class.php

index d1ddeba5eb1e3bd26ed42100952515db348e44f3..da9139345a6d03e14e6ba0d99724386ac62616dc 100644 (file)
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,2 +1,2 @@
-1.0 Lykos -
-       + Initial release
+1.0 Lykos - 2022-11-12
+       - Initial release
diff --git a/documentation/clients.txt b/documentation/clients.txt
new file mode 100644 (file)
index 0000000..25d14b8
--- /dev/null
@@ -0,0 +1,3 @@
+Work in progress.
+
+Currently there is go client in the works.
index 1fba4267ade9ad4e230a5fa09758bee8d3b00c7f..cf79fdd40bd0bdcc1bed55d0b2bb26e2c0661e52 100644 (file)
@@ -38,7 +38,7 @@ class Summoner {
         * the replace should be empty, otherwise are there chars which are not
         * allowed
         */
-    static function validate(string $input, $mode='text', $limit=false): bool {
+    static function validate(string $input, string $mode='text', mixed $limit=false): bool {
         // check if we have input
         $input = trim($input);