Skip to content

Commit e33a0e4

Browse files
authored
Correction to "extend" property name in release notes
Fixes issue #2320
1 parent 379deb9 commit e33a0e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ http://pear.php.net/dtd/package-2.0.xsd">
4747
-- Thanks to Juliette Reinders Folmer for the help with this patch
4848
- Array properties set inside a ruleset.xml file can now extend a previous value instead of always overwriting it
4949
-- e.g., if you include a ruleset that defines forbidden functions, can you now add to that list instead of having to redefine it
50-
-- To use this feature, add extends="true" to the property tag
50+
-- To use this feature, add extend="true" to the property tag
5151
--- e.g., property name="forbiddenFunctionNames" type="array" extend="true"
5252
-- Thanks to Michael Moravec for the patch
5353
- If $XDG_CACHE_HOME is set and points to a valid directory, it will be used for caching instead of the system temp directory

0 commit comments

Comments
 (0)