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: CHANGELOG.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
@@ -144,7 +144,7 @@
144
144
- Skeleton ACP PHP files have correct visibility declarations for methods and properties now.
145
145
- Skeleton config service files correctly encapsulate all strings in quotes that begin with @ and % per Symfony specifications.
146
146
- Skeleton PHP files have all their DocBlocks updated to be consistent with PSR-5 recommendations.
147
-
- Skeleton event class methods that do not use the $event variable do not have them defined as an argument (this is done to demonstrate that the $event argument is only needed if actually used in an event listener method).
147
+
- Skeleton event class methods that do not use the `$event` variable do not have them defined as an argument (this is done to demonstrate that the `$event` argument is only needed if actually used in an event listener method).
0 commit comments