Skip to content

Commit

Permalink
added trailing comma to get simpler diffs in the future
Browse files Browse the repository at this point in the history
  • Loading branch information
Tobias Goltz committed Feb 4, 2021
1 parent 1022ddd commit b81641b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion moodle/Sniffs/NamingConventions/ValidFunctionNameSniff.php
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ class ValidFunctionNameSniff extends AbstractScopeSniff {
'offsetSet',
'offsetUnset', // Defined by the PHP ArrayAccess interface.
'tearDownAfterClass',
'jsonSerialize'
'jsonSerialize',
);

/**
Expand Down

0 comments on commit b81641b

Please sign in to comment.