]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - src/Wallabag/CoreBundle/Tests/Mock/InstallCommandMock.php
Convert array + phpDoc
[github/wallabag/wallabag.git] / src / Wallabag / CoreBundle / Tests / Mock / InstallCommandMock.php
index 69bc48e06e27337b3ee82c7f88d59ad0c9ee0392..ff9cdafd998c5ffa919c03460083e52444706198 100644 (file)
@@ -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;
     }