Skip to content

Commit 6cc701e

Browse files
committed
Fix a coding standard issue
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
1 parent 456be43 commit 6cc701e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/classes/SystemDatabaseTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ protected function setUp(): void
4545

4646
$dbi->expects($this->any())
4747
->method('quoteString')
48-
->will($this->returnCallback(function (string $string) {
48+
->will($this->returnCallback(static function (string $string) {
4949
return "'" . $string . "'";
5050
}));
5151

0 commit comments

Comments
 (0)