From 0689ba5bdaa684b8c7aa351e5c3ff98ad08db08e Mon Sep 17 00:00:00 2001 From: jcsoriano Date: Sat, 9 Mar 2024 17:48:56 +0800 Subject: [PATCH] Fix typo --- tests/Support/SupportCollectionTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/Support/SupportCollectionTest.php b/tests/Support/SupportCollectionTest.php index 6dc54e93c7f4..0ea3f73d7a26 100755 --- a/tests/Support/SupportCollectionTest.php +++ b/tests/Support/SupportCollectionTest.php @@ -4621,7 +4621,7 @@ public function testDumpArray($collection) new TestArrayableObject, 3, ]))->dumpArray( - 'dump' + 'dump', 'array', );