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: .junie/guidelines.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,12 +18,12 @@
18
18
- keep code clean and readable
19
19
- PSALM v6 static analysis is used
20
20
21
-
## Folder structure
21
+
## Folder structure
22
22
23
23
-`src/Code` folder contains the framework internal code
24
-
- other folders like `src/"type"` contains specific types
24
+
- other folders like `src/"type"` contains specific types
25
25
-`src/psalmTest.php` contains types usage to avoid Psalm issues like `unused method`
26
-
-`src/Code/Assert/Assert.php` contains `assert` methods, add new methods instead of checking conditions directly in classes. Prefer to use Assert::"methos()".
26
+
-`src/Code/Assert/Assert.php` contains `assert` methods, add new methods instead of checking conditions directly in classes. Prefer to use Assert::"methos()".
0 commit comments