Skip to content

Commit 6621e5f

Browse files
committed
Fix seems to work. Correcting PHP CS.
1 parent 363d353 commit 6621e5f

File tree

1 file changed

+1
-1
lines changed
  • tests/modules/localgov_forms_test/src/Driver/Database/FakeLts

1 file changed

+1
-1
lines changed

tests/modules/localgov_forms_test/src/Driver/Database/FakeLts/Connection.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,6 @@ protected function driverTransactionManager(): TransactionManagerInterface {
4343
*
4444
* Work-around for avoiding TransactionManager usage.
4545
*/
46-
public function commitAll() {}
46+
public function commitAll(): void {}
4747

4848
}

0 commit comments

Comments
 (0)