Skip to content
This repository was archived by the owner on Mar 12, 2024. It is now read-only.

Commit 66a910a

Browse files
committed
cleanup
1 parent c898a9b commit 66a910a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Traits/HelpsLoopFunctions.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ private function hasDefaultValue(int|string $key): bool
6363
}
6464

6565
/**
66-
* @param mixed $value
66+
* @param mixed $value
6767
*
6868
* @return bool
6969
*/

tests/RecursiveClassDumpTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ public function testCanDumpClassProperties()
1313
$properties = app(TestClass::class)->dumpProperties();
1414

1515
$this->assertTrue($properties['bool']);
16-
$this->assertStringContainsString( 'new string', $properties['string']);
16+
$this->assertStringContainsString('new string', $properties['string']);
1717
$this->assertArrayHasKey('array', $properties['array']);
1818
$this->assertTrue($properties['collection']->isEmpty());
1919
$this->assertArrayHasKey('static', $properties['static']);

0 commit comments

Comments
 (0)