Commit 3f0e237
Paul Bearne
Fix whitespace issue in PHPUnit setUp method
Removed an unnecessary space in the setUp method declaration within the PHPUnit test for WpNaturalTime. This ensures consistency in code formatting and adheres to PSR-12 coding standards.1 parent c6dc9c6 commit 3f0e237
File tree
1 file changed
+1
-1
lines changed- tests/phpunit/tests/formatting/WpNaturalTime
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
| 23 | + | |
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| |||
0 commit comments