mirror of
https://github.com/Intervention/image.git
synced 2025-09-01 01:51:43 +02:00
Add type hints in tests
This commit is contained in:
@@ -14,7 +14,7 @@ final class LineFactoryTest extends BaseTestCase
|
||||
{
|
||||
public function testFactoryCallback(): void
|
||||
{
|
||||
$factory = new LineFactory(function ($line) {
|
||||
$factory = new LineFactory(function ($line): void {
|
||||
$line->color('fff');
|
||||
$line->background('fff');
|
||||
$line->border('fff', 10);
|
||||
|
Reference in New Issue
Block a user