Skip to content

Commit e99001f

Browse files
committed
Update code-style 💻
1 parent d2a9538 commit e99001f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Services/Driver.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ public function __construct(DriverConfig $config, Model $payment)
7070
public function statuses(): Statuses
7171
{
7272
return $this->resolveDynamicCallback($this->statuses, function (string $statuses) {
73-
/** @var \DragonCode\Contracts\Cashier\Helpers\Statuses|string $statuses */
73+
// @var \DragonCode\Contracts\Cashier\Helpers\Statuses|string $statuses
7474
return $statuses::make($this->payment);
7575
});
7676
}

0 commit comments

Comments
 (0)