X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=src%2FWallabag%2FCoreBundle%2FTests%2FMock%2FInstallCommandMock.php;h=ff9cdafd998c5ffa919c03460083e52444706198;hb=2e24d1202727483dc93b3e6a76de4f7c0be5e3d7;hp=69bc48e06e27337b3ee82c7f88d59ad0c9ee0392;hpb=1a93ee423b072ec3bcb0c437cbf9b488bdea245c;p=github%2Fwallabag%2Fwallabag.git diff --git a/src/Wallabag/CoreBundle/Tests/Mock/InstallCommandMock.php b/src/Wallabag/CoreBundle/Tests/Mock/InstallCommandMock.php index 69bc48e0..ff9cdafd 100644 --- a/src/Wallabag/CoreBundle/Tests/Mock/InstallCommandMock.php +++ b/src/Wallabag/CoreBundle/Tests/Mock/InstallCommandMock.php @@ -15,7 +15,7 @@ use Wallabag\CoreBundle\Command\InstallCommand; */ class InstallCommandMock extends InstallCommand { - protected function runCommand($command, $parameters = array()) + protected function runCommand($command, $parameters = []) { return $this; }