N°6516 - Add @experimental PHP annotation on temporary objects features

This commit is contained in:
Benjamin Dalsass
2023-07-05 14:24:05 +02:00
parent 8292b16387
commit e654daf4a5
10 changed files with 67 additions and 3 deletions

View File

@@ -16,6 +16,8 @@ use utils;
*
* Temporary object endpoints.
*
* @experimental do not use, this feature will be part of a future version
*
* @since 3.1
*/
class TemporaryObjectController extends AbstractController