]> source.dussan.org Git - nextcloud-server.git/commit
fix(app framework): Fix missing cast of double controller parameters 35799/head
authorChristoph Wurst <christoph@winzerhof-wurst.at>
Thu, 15 Dec 2022 08:33:52 +0000 (09:33 +0100)
committerbackportbot-nextcloud[bot] <backportbot-nextcloud[bot]@users.noreply.github.com>
Fri, 16 Dec 2022 15:33:51 +0000 (15:33 +0000)
commit7fceb578434f685bb39feb4dd7cd6dd3e1c7352a
tree0cf33ae77c4df2f8959d752c512f7896ed475dbd
parent4f5f46c5d35986b5600e095e3087c67300323455
fix(app framework): Fix missing cast of double controller parameters

``settype`` allows 'double' as alias of 'float'.

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
lib/private/AppFramework/Http/Dispatcher.php
tests/lib/AppFramework/Http/DispatcherTest.php