Closed (fixed)
Project:
Drupal core
Version:
9.3.x-dev
Component:
system.module
Priority:
Critical
Category:
Task
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
7 Oct 2021 at 09:48 UTC
Updated:
25 Oct 2021 at 06:49 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
alexpottBefore
After
Comment #3
alexpottComment #4
andypostlooks only username and password used in urlencode()
Comment #5
daffie commentedLooks good to me.
Comment #6
andypostI mean that should be enough
Comment #7
alexpottCan we go back to #2 please. @andypost Meh this is test code so it really doesn’t matter - it would change them all because it means that the next time someone looks at the test you don’t have to wonder why
Comment #8
alexpottActually the more I think about it the more I care that all the values are the same. Making people not have to wonder why things are the way they are in a test saves people time.
Comment #9
alexpottComment #10
andypostSorry, fixed docs as this properties are defined in parent class (strictly nullable)
Comment #11
alexpott@andypost that looks great! Nice one.
Comment #12
mondrakeStraightforward.
Comment #13
larowlanCommitted 241acb9 and pushed to 9.3.x. Thanks!