This repository was archived by the owner on Nov 14, 2019. It is now read-only.
Commit 9173137
committed
minor #283 Use Symfony's helper to format the memory values (javiereguiluz)
This PR was merged into the 1.0-dev branch.
Discussion
----------
Use Symfony's helper to format the memory values
Less code to maintain for us and the output is almost the same:
### Before

### After

---
Thanks to @mickaelandrieu who tweeted about this helper method and allowed me to learn about it!
Commits
-------
c3f8200 Use Symfony's helper to format the memory values1 file changed
+3
-22
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| 24 | + | |
24 | 25 | | |
25 | 26 | | |
26 | 27 | | |
| |||
146 | 147 | | |
147 | 148 | | |
148 | 149 | | |
149 | | - | |
| 150 | + | |
150 | 151 | | |
151 | 152 | | |
152 | | - | |
| 153 | + | |
153 | 154 | | |
154 | 155 | | |
155 | 156 | | |
| |||
449 | 450 | | |
450 | 451 | | |
451 | 452 | | |
452 | | - | |
453 | | - | |
454 | | - | |
455 | | - | |
456 | | - | |
457 | | - | |
458 | | - | |
459 | | - | |
460 | | - | |
461 | | - | |
462 | | - | |
463 | | - | |
464 | | - | |
465 | | - | |
466 | | - | |
467 | | - | |
468 | | - | |
469 | | - | |
470 | | - | |
471 | | - | |
472 | 453 | | |
473 | 454 | | |
474 | 455 | | |
| |||
0 commit comments