mirror of
https://github.com/Intervention/image.git
synced 2025-08-30 09:10:21 +02:00
Add type hints in tests
This commit is contained in:
@@ -14,7 +14,7 @@ final class BezierFactoryTest extends BaseTestCase
|
||||
{
|
||||
public function testFactoryCallback(): void
|
||||
{
|
||||
$factory = new BezierFactory(function ($bezier) {
|
||||
$factory = new BezierFactory(function ($bezier): void {
|
||||
$bezier->background('f00');
|
||||
$bezier->border('ff0', 10);
|
||||
$bezier->point(300, 260);
|
||||
|
Reference in New Issue
Block a user