Skip to content

Commit

Permalink
Merge pull request #406 from creative-commoners/pulls/4.13/public-api…
Browse files Browse the repository at this point in the history
…-parameters

DOC Include method signatures in public API definition
  • Loading branch information
sabina-talipova authored Nov 28, 2023
2 parents e088705 + 554e4f0 commit 3c4765b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions en/06_Project_Governance/08_Public_API.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ These are explicitly included in our definition of public API (unless excluded b
* **global** functions, constants, and variables
* namespaces, classes, interfaces, enums, and traits
* public and protected scope (including methods, properties and constants)
* signatures of functions/methods that are considered public API
* including typehints, parameters, and parameter names
* private static class property declarations (considered to be configuration variables)
* configuration default values (in yml files and in private statics)
* yml configuration file and fragment names (see [yml configuration syntax](/developer_guides/configuration/configuration/#syntax))
Expand Down

0 comments on commit 3c4765b

Please sign in to comment.