We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d64f7b7 commit f1b39baCopy full SHA for f1b39ba
test/integration/FixtureLoader/FixtureLoader.php
@@ -7,7 +7,7 @@
7
// phpcs:ignore WebimpressCodingStandard.NamingConventions.Interface.Suffix
8
interface FixtureLoader
9
{
10
- public function createDatabase(): void;
+ public function createDatabase();
11
12
- public function dropDatabase(): void;
+ public function dropDatabase();
13
}
0 commit comments