]> git.mxchange.org Git - friendica.git/blobdiff - tests/Util/SampleStorageBackendInstance.php
Merge pull request #13651 from annando/picture-upload
[friendica.git] / tests / Util / SampleStorageBackendInstance.php
index 2623467dee52b5c894ff544839d68804ec53004c..c1c2869e3eaac4e35777c649076765062d929702 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
@@ -25,7 +25,7 @@ use Friendica\Core\L10n;
 use Friendica\Test\Util\SampleStorageBackend;
 use Mockery\MockInterface;
 
-function create_instance(App $a, &$data)
+function create_instance(&$data)
 {
        /** @var L10n|MockInterface $l10n */
        $l10n = \Mockery::mock(L10n::class);