stable

Clone or download

Read-only

refactor: Boolean should not be nullable, require at least one user

No functional change expected in SVN Access file generation. Notes: - Mixing boolean with null should be avoided, as it creates a third case to handle (true / false / null). - TestBuilder should require at least one argument for lists, otherwise I can call it without any argument and create a user group with no members (which is contrary to the method name). part of request #31541 svn 1.10+ no longer supports duplicate sections Change-Id: Ic92299aeb931869fb3b715cd0bfc4b842237cc08

Modified Files

Name
M src/common/SVNCore/SVNAccessFileDefaultBlockOverride.php +2 −2 Go to diff View file
M tests/lib/Builders/ProjectUGroupTestBuilder.php +7 −9 Go to diff View file