Skip to content

Commit

Permalink
remove leading backslash
Browse files Browse the repository at this point in the history
It is not advised to use a leading backslash since the classname will be scoped properly without it.
  • Loading branch information
freephile authored Jan 24, 2025
1 parent b8f1278 commit 10603e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/phpunit/Integration/I18nJsonFileIntegrityTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
* @author mwjames
* @author Tobias Oetterer
*/
class I18nJsonFileIntegrityTest extends \PHPUnit\Framework\TestCase {
class I18nJsonFileIntegrityTest extends PHPUnit\Framework\TestCase {

use PHPUnitCompat;

Expand Down

0 comments on commit 10603e6

Please sign in to comment.