Skip to content

Commit

Permalink
Merge pull request #7 from andrey-helldar/analysis-vQar1d
Browse files Browse the repository at this point in the history
Apply fixes from StyleCI
  • Loading branch information
Andrey Helldar authored Sep 23, 2021
2 parents f94db18 + 3eca497 commit 26a2013
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Cashier/Resources/Model.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ interface Model
public function __construct(EloquentModel $model, Driver $config);

/**
* @return \Illuminate\Database\Eloquent\Model|\Helldar\Cashier\Concerns\Casheable
* @return \Helldar\Cashier\Concerns\Casheable|\Illuminate\Database\Eloquent\Model
*/
public function getPaymentModel(): EloquentModel;

Expand Down

0 comments on commit 26a2013

Please sign in to comment.