forked fromsymfony/symfony-docs
- Notifications
You must be signed in to change notification settings - Fork0
Commit1714a31
committed
minorsymfony#3585 Use consistent method chaining in BlogBundle sample application (ockcyp)
This PR was merged into the 2.3 branch.Discussion----------Use consistent method chaining in BlogBundle sample application- Moved semicolon to end of last chained method- Moved getManager() to next line to avoid having multiple chained methods in the same lineCommits-------3670cbb Use consistent method chaining in BlogBundle sample application - Moved semicolon to end of last chained method - Moved getManager() to next line to avoid having multiple chained methods in the same line1 file changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
550 | 550 | | |
551 | 551 | | |
552 | 552 | | |
553 | | - | |
| 553 | + | |
| 554 | + | |
554 | 555 | | |
555 | 556 | | |
556 | 557 | | |
| |||
565 | 566 | | |
566 | 567 | | |
567 | 568 | | |
568 | | - | |
569 | | - | |
| 569 | + | |
570 | 570 | | |
571 | 571 | | |
572 | 572 | | |
| |||
0 commit comments
Comments
(0)