Skip to content

Commit 28d6685

Browse files
authored
Merge pull request #8 from caciobanu/fix-php-strict-standards
Fixed PHP Strict standards
2 parents 7e8a7d9 + 1002945 commit 28d6685

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/AntiMattr/Tests/MongoDB/Migrations/Tools/Console/Command/StatusCommandTest.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
use AntiMattr\MongoDB\Migrations\Tools\Console\Command\StatusCommand;
88
use AntiMattr\TestCase\AntiMattrTestCase;
99
use Symfony\Component\Console\Input\ArgvInput;
10+
use Symfony\Component\Console\Input\InputInterface;
1011
use Symfony\Component\Console\Output\OutputInterface;
1112

1213
/**
@@ -223,7 +224,7 @@ public function setMigrationConfiguration(Configuration $configuration)
223224
$this->configuration = $configuration;
224225
}
225226

226-
public function getMigrationConfiguration()
227+
public function getMigrationConfiguration(InputInterface $input, OutputInterface $output)
227228
{
228229
return $this->configuration;
229230
}

0 commit comments

Comments
 (0)