Update doc

This commit is contained in:
Laurent Destailleur 2021-05-20 14:16:31 +02:00
parent afd9c09c8f
commit 2fabb986c8

View File

@ -245,6 +245,14 @@ RESTLER:
// @CHANGE LDR
if (!is_string($haystack)) return false;
* Replace
$loaders = array_unique(static::$rogueLoaders);
with
$loaders = array_unique(static::$rogueLoaders, SORT_REGULAR);
+With swagger 2 provided into /explorer:
----------------------------------------