Skip to content

Commit

Permalink
fix php cs
Browse files Browse the repository at this point in the history
  • Loading branch information
Gummibeer committed Jul 22, 2020
1 parent 53419e8 commit 83a8068
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Models/AddressableTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ public function it_moves_all_properties_to_top_level_on_array(): void
]);

$attributes = $company->address->toArray();
foreach($data as $attribute => $value) {
foreach ($data as $attribute => $value) {
$this->assertArrayHasKey($attribute, $attributes);
$this->assertSame($value, $attributes[$attribute]);
}
Expand Down

0 comments on commit 83a8068

Please sign in to comment.