mirror of
https://github.com/Intervention/image.git
synced 2025-08-24 06:22:57 +02:00
Add type hints in tests
This commit is contained in:
@@ -24,7 +24,7 @@ final class TextModifierTest extends GdTestCase
|
||||
|
||||
$modifier = new class ('test', new Point(), $font) extends TextModifier
|
||||
{
|
||||
public function test()
|
||||
public function test(): ColorInterface
|
||||
{
|
||||
return $this->textColor();
|
||||
}
|
||||
|
Reference in New Issue
Block a user