diff --git a/developer_manual/basics/setting.rst b/developer_manual/basics/setting.rst index 7533ffd81..c04d92891 100644 --- a/developer_manual/basics/setting.rst +++ b/developer_manual/basics/setting.rst @@ -176,3 +176,20 @@ setting with annotations. ... } + +If you have several classes that implement `IDelegatedSettings` for a function. You must add them in the key "settings" and they must seperate with semi-colons. + +.. code-block:: php + +