You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .ai/AGENTS.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,6 +20,12 @@ make bench # Run PHPBench benchmarks
20
20
make docs # Generate class reference docs
21
21
```
22
22
23
+
## Public API
24
+
25
+
Elements marked with `@api` in PHPDoc are part of the stable public API.
26
+
27
+
Constants listed in the [class-reference docs](https://webonyx.github.io/graphql-php/class-reference/) (generated via `generate-class-reference.php` with `'constants' => true`) are also stable public API, even without an `@api` tag.
28
+
23
29
## Code and Testing Expectations
24
30
25
31
- Preserve backward compatibility for public APIs unless explicitly requested.
0 commit comments