Skip to content

Commit f5f49d8

Browse files
committed
minor symfony#6363 Removed info about reducing visibility for private (AAstakhov)
This PR was merged into the 2.3 branch. Discussion ---------- Removed info about reducing visibility for private | Q | A | ------------- | --- | Doc fix? | yes | New docs? | no | Applies to | 2.3+ | Fixed tickets | n/a It makes no sense to reduce visibility of private methods as soon as it is minimal visibility. I removed this table line in order to not confuse readers. Commits ------- bc6a898 Removed info about reducing visibility for private
2 parents 1ed7983 + bc6a898 commit f5f49d8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

contributing/code/bc.rst

-1
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,6 @@ Change return type No
236236
Add private method Yes
237237
Remove private method Yes
238238
Change name Yes
239-
Reduce visibility Yes
240239
Add argument without a default value Yes
241240
Add argument with a default value Yes
242241
Remove argument Yes

0 commit comments

Comments
 (0)