Skip to content

Commit e932daf

Browse files
committed
fixed
1 parent fb527c3 commit e932daf

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/TestCase/Driver/DriverTest.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
<?php
2+
declare(strict_types=1);
23

34
/**
45
* This file is part of cakephp-database-backup.
@@ -34,7 +35,7 @@ class DriverTest extends TestCase
3435
* Called before every test method
3536
* @return void
3637
*/
37-
public function setUp()
38+
public function setUp(): void
3839
{
3940
parent::setUp();
4041

0 commit comments

Comments
 (0)