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: AGENTS.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -48,7 +48,7 @@ tests/
48
48
- Always use strict comparisons (`===`, `!==`).
49
49
- Enforce the use of DateTimeImmutable over DateTime.
50
50
- Always use spaces in concatenation (`$a . $b`).
51
-
- Always use imports. Use aliases when collisions occur or the imported name is unclear.
51
+
- Always use imports. Use aliases when collisions occur or the imported name is unclear. Do not import classes from the root namespace (e.g. `\RuntimeException`, `\Stringable`); use the fully-qualified backslash prefix inline instead.
0 commit comments