Skip to content

Commit 5ff827d

Browse files
committed
Fix CS
1 parent 8124823 commit 5ff827d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/Functional/AbstractWebTestCase.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,6 @@ protected static function createKernel(array $options = [])
6868

6969
protected static function getVarDir()
7070
{
71-
return 'SB'.substr(strrchr(\get_called_class(), '\\'), 1);
71+
return 'SB'.substr(strrchr(static::class, '\\'), 1);
7272
}
7373
}

0 commit comments

Comments
 (0)