We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2a9538 commit e99001fCopy full SHA for e99001f
src/Services/Driver.php
@@ -70,7 +70,7 @@ public function __construct(DriverConfig $config, Model $payment)
70
public function statuses(): Statuses
71
{
72
return $this->resolveDynamicCallback($this->statuses, function (string $statuses) {
73
- /** @var \DragonCode\Contracts\Cashier\Helpers\Statuses|string $statuses */
+ // @var \DragonCode\Contracts\Cashier\Helpers\Statuses|string $statuses
74
return $statuses::make($this->payment);
75
});
76
}
0 commit comments