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
minor #5452 [#5388] change echo and print in examples (snoek09)
This PR was merged into the 2.6 branch.
Discussion
----------
[#5388] change echo and print in examples
A split of #5388 for the changes in the 2.6 branch.
Original description:
> | Q | A
> | ------------- | ---
> | Doc fix? | yes
> | New docs? | no
> | Applies to | all
> | Fixed tickets | #5177
>
> Original PR and discussion in #5285
>
> Change echo/print in examples to use:
>
> - `var_dump()` in components docs
> - `dump()` in framework docs
Commits
-------
5c63064 5177 fix leftover dump()
ac4e02e 5177 use var_dump() in components
00a522b 5177 use dump() instead of echo in examples
0 commit comments