mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-08-02 17:25:05 +02:00
Fixed inspection issues.
This commit is contained in:
parent
0fe83c7b3a
commit
eb9b24d5d7
20 changed files with 33 additions and 49 deletions
|
@ -58,7 +58,7 @@ class AttachmentURLGeneratorTest extends WebTestCase
|
|||
self::$service = self::$container->get(AttachmentURLGenerator::class);
|
||||
}
|
||||
|
||||
public function dataProvider()
|
||||
public function dataProvider(): array
|
||||
{
|
||||
return [
|
||||
['/public/test.jpg', 'test.jpg'],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue