Skip to content

Commit

Permalink
Merge pull request #1 from andrey-helldar/analysis-9m5V9w
Browse files Browse the repository at this point in the history
Apply fixes from StyleCI
  • Loading branch information
Andrey Helldar authored Jul 23, 2021
2 parents dcf26f5 + b387d75 commit 12537b8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions tests/Fixtures/Models/CashierDetail.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
use Tests\TestCase;

/**
* @property-read string $payment_id
* @property-read Response $details
* @property string $payment_id
* @property Response $details
*/
class CashierDetail extends Model
{
Expand Down
2 changes: 1 addition & 1 deletion tests/Fixtures/Models/Payment.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
use Illuminate\Database\Eloquent\Model;

/**
* @property-read \Tests\Fixtures\Models\CashierDetail $cashier
* @property \Tests\Fixtures\Models\CashierDetail $cashier
*/
class Payment extends Model
{
Expand Down

0 comments on commit 12537b8

Please sign in to comment.