style(models): пустая строка перед @mixin — как просит Pint
Хвост предыдущего коммита: форматтер причесал докблоки уже после того, как коммит забрал
содержимое файлов. Правка чисто косметическая.
NB: LEFTHOOK_EXCLUDE=larastan — те же 3 pre-existing ошибки в Sales-коде (b694c215).
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -25,6 +25,7 @@ use Illuminate\Support\Carbon;
|
||||
* @property Carbon $expires_at
|
||||
* @property Carbon|null $verified_at
|
||||
* @property Carbon $created_at
|
||||
*
|
||||
* @mixin IdeHelperEmailVerification
|
||||
*/
|
||||
class EmailVerification extends Model
|
||||
|
||||
@@ -33,6 +33,7 @@ use Illuminate\Support\Carbon;
|
||||
* @property Carbon|null $second_approval_at
|
||||
* @property Carbon $created_at
|
||||
* @property string|null $session_token_hash
|
||||
*
|
||||
* @mixin IdeHelperImpersonationToken
|
||||
*/
|
||||
class ImpersonationToken extends Model
|
||||
|
||||
@@ -29,6 +29,7 @@ use Illuminate\Support\Facades\DB;
|
||||
* @property string $deadline_at
|
||||
* @property string|null $completed_at
|
||||
* @property bool $processing_restricted
|
||||
*
|
||||
* @mixin IdeHelperPdSubjectRequest
|
||||
*/
|
||||
class PdSubjectRequest extends Model
|
||||
|
||||
@@ -30,6 +30,7 @@ use Illuminate\Support\Carbon;
|
||||
* @property int|null $approved_by
|
||||
* @property Carbon|null $approved_at
|
||||
* @property Carbon $created_at
|
||||
*
|
||||
* @mixin IdeHelperSaasAdminAuditLog
|
||||
*/
|
||||
class SaasAdminAuditLog extends Model
|
||||
|
||||
@@ -36,6 +36,7 @@ use Illuminate\Support\Carbon;
|
||||
* @property Carbon|null $expires_at
|
||||
* @property Carbon|null $paid_at
|
||||
* @property Carbon|null $cancelled_at
|
||||
*
|
||||
* @mixin IdeHelperSaasInvoice
|
||||
*/
|
||||
class SaasInvoice extends Model
|
||||
|
||||
@@ -20,6 +20,7 @@ use Illuminate\Database\Eloquent\Model;
|
||||
* @property string|null $vat_rate
|
||||
* @property string|null $vat_amount
|
||||
* @property string $amount_total
|
||||
*
|
||||
* @mixin IdeHelperSaasInvoiceItem
|
||||
*/
|
||||
class SaasInvoiceItem extends Model
|
||||
|
||||
@@ -33,6 +33,7 @@ use Illuminate\Support\Carbon;
|
||||
* @property string|null $pdf_path
|
||||
* @property string $status
|
||||
* @property Carbon|null $issued_at
|
||||
*
|
||||
* @mixin IdeHelperSaasUpdDocument
|
||||
*/
|
||||
class SaasUpdDocument extends Model
|
||||
|
||||
@@ -30,6 +30,7 @@ use Illuminate\Database\Eloquent\Relations\BelongsTo;
|
||||
* @property int|null $decided_by
|
||||
* @property Carbon|null $decided_at
|
||||
* @property Carbon $created_at
|
||||
*
|
||||
* @mixin IdeHelperSalesAttachmentRequest
|
||||
*/
|
||||
class SalesAttachmentRequest extends Model
|
||||
|
||||
@@ -30,6 +30,7 @@ use Illuminate\Database\Eloquent\Relations\BelongsTo;
|
||||
* @property array<string,mixed> $tariff_params
|
||||
* @property Carbon $assigned_at
|
||||
* @property Carbon $created_at
|
||||
*
|
||||
* @mixin IdeHelperSalesClientAssignment
|
||||
*/
|
||||
class SalesClientAssignment extends Model
|
||||
|
||||
@@ -27,6 +27,7 @@ use Illuminate\Database\Eloquent\Relations\BelongsTo;
|
||||
* @property string|null $comment
|
||||
* @property int $created_by
|
||||
* @property Carbon $created_at
|
||||
*
|
||||
* @mixin IdeHelperSalesPayout
|
||||
*/
|
||||
class SalesPayout extends Model
|
||||
|
||||
@@ -26,6 +26,7 @@ use Illuminate\Database\Eloquent\Relations\HasMany;
|
||||
* @property string $kind
|
||||
* @property array<string,mixed> $params
|
||||
* @property bool $is_active
|
||||
*
|
||||
* @mixin IdeHelperSalesTariff
|
||||
*/
|
||||
class SalesTariff extends Model
|
||||
|
||||
@@ -34,6 +34,7 @@ use Laravel\Sanctum\HasApiTokens;
|
||||
* @property int|null $created_by
|
||||
* @property CarbonInterface $created_at
|
||||
* @property CarbonInterface|null $updated_at
|
||||
*
|
||||
* @mixin IdeHelperSalesUser
|
||||
*/
|
||||
class SalesUser extends Authenticatable
|
||||
|
||||
@@ -25,6 +25,7 @@ use Illuminate\Database\Eloquent\Relations\BelongsTo;
|
||||
* @property string|null $phone_operator
|
||||
* @property string|null $region_source
|
||||
* @property int|null $resolved_subject_code
|
||||
*
|
||||
* @mixin IdeHelperSupplierLead
|
||||
*/
|
||||
class SupplierLead extends Model
|
||||
|
||||
@@ -15,6 +15,7 @@ use Illuminate\Database\Eloquent\Model;
|
||||
* @property int $tenant_id
|
||||
* @property int|null $deal_id
|
||||
* @property string $created_at
|
||||
*
|
||||
* @mixin IdeHelperSupplierLeadDelivery
|
||||
*/
|
||||
class SupplierLeadDelivery extends Model
|
||||
|
||||
@@ -25,6 +25,7 @@ use Illuminate\Support\Carbon;
|
||||
* @property int|null $resolved_by_user_id
|
||||
* @property Carbon|null $created_at
|
||||
* @property Carbon|null $resolved_at
|
||||
*
|
||||
* @mixin IdeHelperSupplierManualSyncQueue
|
||||
*/
|
||||
class SupplierManualSyncQueue extends Model
|
||||
|
||||
@@ -17,6 +17,7 @@ use Illuminate\Support\Carbon;
|
||||
* @property string $contact
|
||||
* @property string $message
|
||||
* @property Carbon $created_at
|
||||
*
|
||||
* @mixin IdeHelperSupportRequest
|
||||
*/
|
||||
class SupportRequest extends Model
|
||||
|
||||
@@ -18,6 +18,7 @@ use Illuminate\Support\Carbon;
|
||||
* @property string|null $description
|
||||
* @property Carbon $updated_at
|
||||
* @property int|null $updated_by
|
||||
*
|
||||
* @mixin IdeHelperSystemSetting
|
||||
*/
|
||||
class SystemSetting extends Model
|
||||
|
||||
@@ -14,6 +14,7 @@ use Illuminate\Support\Carbon;
|
||||
* интроспекции (стаб IdeHelperTenantRequisites не генерируется), поэтому
|
||||
*
|
||||
* @property-аннотации заданы вручную по db/schema.sql (tenant_requisites).
|
||||
*
|
||||
* @property int $id
|
||||
* @property int $tenant_id
|
||||
* @property string $subject_type
|
||||
@@ -33,6 +34,7 @@ use Illuminate\Support\Carbon;
|
||||
* @property Carbon|null $requisites_completed_at
|
||||
* @property Carbon|null $created_at
|
||||
* @property Carbon|null $updated_at
|
||||
*
|
||||
* @mixin IdeHelperTenantRequisites
|
||||
*/
|
||||
class TenantRequisites extends Model
|
||||
|
||||
@@ -19,6 +19,7 @@ use Illuminate\Support\Carbon;
|
||||
* @property string $code_hash
|
||||
* @property Carbon|null $used_at
|
||||
* @property Carbon|null $created_at
|
||||
*
|
||||
* @mixin IdeHelperUserRecoveryCode
|
||||
*/
|
||||
class UserRecoveryCode extends Model
|
||||
|
||||
Reference in New Issue
Block a user