X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=tests%2Fphpunit%2Fmocks%2Fcontent%2FDummyContentHandlerForTesting.php;h=6b9b782397f8a6d67ef98371dde598f3ffed3e22;hb=d400024d28aba2fe50dfad64e38bc68f727bae63;hp=fd253f2123318045bdd8fd1dc91ad80d154b57eb;hpb=200322ca9a983f0a13d8ad2c3d70e623bfd68d24;p=lhc%2Fweb%2Fwiklou.git diff --git a/tests/phpunit/mocks/content/DummyContentHandlerForTesting.php b/tests/phpunit/mocks/content/DummyContentHandlerForTesting.php index fd253f2123..6b9b782397 100644 --- a/tests/phpunit/mocks/content/DummyContentHandlerForTesting.php +++ b/tests/phpunit/mocks/content/DummyContentHandlerForTesting.php @@ -3,7 +3,7 @@ class DummyContentHandlerForTesting extends ContentHandler { public function __construct( $dataModel ) { - parent::__construct( $dataModel, array( "testing" ) ); + parent::__construct( $dataModel, [ "testing" ] ); } /** @@ -34,7 +34,7 @@ class DummyContentHandlerForTesting extends ContentHandler { /** * Creates an empty Content object of the type supported by this ContentHandler. - * + * @return DummyContentForTesting */ public function makeEmptyContent() { return new DummyContentForTesting( '' );