mirror of
https://framagit.org/hubzilla/core.git
synced 2026-06-21 00:52:33 -04:00
tests: declare return type
This commit is contained in:
@@ -26,7 +26,7 @@ class PhotoGdTest extends UnitTestCase {
|
||||
/**
|
||||
* Prepares the environment before running a test.
|
||||
*/
|
||||
protected function setUp() {
|
||||
protected function setUp(): void {
|
||||
parent::setUp();
|
||||
|
||||
$data = file_get_contents('images/hz-16.png');
|
||||
|
||||
Reference in New Issue
Block a user