8000 Added note about requesting `@api` tags · symfony/symfony-docs@af3a645 · GitHub
[go: up one dir, main page]

Skip to content

Commit af3a645

Browse files
committed
Added note about requesting @api tags
1 parent dcbe79a commit af3a645

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

contributing/code/bc.rst

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,10 @@ Add custom method parameter Not Safe [1]_ Safe
7171
Add parameter default value Safe Safe
7272
============================================== ============== ==============
7373

74+
If you need to do any of the things marked as "Not Safe" above, feel free to
75+
ask us whether the ``@api`` tag can be added on the respective Symfony code.
76+
For that, simply open a `new ticket on GitHub`_.
77+
7478

7579
Using Our Classes
7680
~~~~~~~~~~~~~~~~~
@@ -140,6 +144,10 @@ Add custom method parameter Not Safe [1]_ Safe
140144
Add parameter default value Safe Safe
141145
============================================== ============== ==============
142146

147+
If you need to do any of the things marked as "Not Safe" above, feel free to
148+
ask us whether the ``@api`` tag can be added on the respective Symfony code.
149+
For that, simply open a `new ticket on GitHub`_.
150+
143151

144152
Working on Symfony Code
145153
-----------------------
@@ -273,3 +281,5 @@ Change return type Yes [2]_ [4]_ No
273281
.. _integer values: http://www.php.net/manual/en/function.intval.php
274282

275283
.. _float values: http://www.php.net/manual/en/function.floatval.php
284+
285+
.. _new ticket on GitHub: https://github.com/symfony/symfony/issues/new

0 commit comments

Comments
 (0)
0