Skip to content

Commit d75b289

Browse files
committed
Update Faker.php
1 parent 614acd6 commit d75b289

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Faker.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ public function appStoreNotification(array $data = [], ?string $notificationType
132132
$builder = $builder->withHeader('x5c', $x5c);
133133

134134
foreach ($data as $key => $value) {
135-
$builder = $builder->withClaim($key, $value);
135+
$builder = $builder->withClaim($key, $value);
136136
}
137137

138138
return $builder;

0 commit comments

Comments
 (0)