代码统一大小写

This commit is contained in:
wong
2025-10-23 09:51:43 +08:00
parent c2dce8344b
commit 268aedbb6e
11 changed files with 14 additions and 14 deletions

View File

@@ -3,7 +3,7 @@
namespace AccountWeight\UnitWeight;
use app\common\model\WechatCustomer as WechatCustomerModel;
use library\interfaces\WechatAccountWeightResultSet as WechatAccountWeightResultSetInterface;
use library\Interfaces\WechatAccountWeightResultSet as WechatAccountWeightResultSetInterface;
class ActivityWeigth implements WechatAccountWeightResultSetInterface
{

View File

@@ -3,7 +3,7 @@
namespace AccountWeight\UnitWeight;
use app\common\model\WechatCustomer as WechatCustomerModel;
use library\interfaces\WechatAccountWeightResultSet as WechatAccountWeightResultSetInterface;
use library\Interfaces\WechatAccountWeightResultSet as WechatAccountWeightResultSetInterface;
class AgeWeight implements WechatAccountWeightResultSetInterface
{

View File

@@ -3,7 +3,7 @@
namespace AccountWeight\UnitWeight;
use library\interfaces\WechatAccountWeightResultSet as WechatAccountWeightResultSetInterface;
use library\Interfaces\WechatAccountWeightResultSet as WechatAccountWeightResultSetInterface;
class RealNameWeight implements WechatAccountWeightResultSetInterface
{

View File

@@ -3,7 +3,7 @@
namespace AccountWeight\UnitWeight;
use app\common\model\WechatRestricts as WechatRestrictsModel;
use library\interfaces\WechatAccountWeightResultSet as WechatAccountWeightResultSetInterface;
use library\Interfaces\WechatAccountWeightResultSet as WechatAccountWeightResultSetInterface;
class RestrictWeight implements WechatAccountWeightResultSetInterface
{

View File

@@ -4,8 +4,8 @@ namespace AccountWeight;
use AccountWeight\Exceptions\WechatAccountWeightAssessmentException as WeightAssessmentException;
use library\ClassTable;
use library\interfaces\WechatAccountWeightResultSet as WechatAccountWeightResultSetInterface;
use library\interfaces\WechatAccountWeightAssessment as WechatAccountWeightAssessmentInterface;
use library\Interfaces\WechatAccountWeightResultSet as WechatAccountWeightResultSetInterface;
use library\Interfaces\WechatAccountWeightAssessment as WechatAccountWeightAssessmentInterface;
use AccountWeight\UnitWeight;
use app\common\service\ClassTableService;

View File

@@ -2,8 +2,8 @@
namespace AccountWeight;
use library\interfaces\WechatAccountWeightAssessment as WechatAccountWeightAssessmentInterface;
use library\interfaces\WechatFriendAddLimitAssessment as WechatFriendAddLimitAssessmentInterface;
use library\Interfaces\WechatAccountWeightAssessment as WechatAccountWeightAssessmentInterface;
use library\Interfaces\WechatFriendAddLimitAssessment as WechatFriendAddLimitAssessmentInterface;
class WechatFriendAddLimitAssessment implements WechatFriendAddLimitAssessmentInterface
{

View File

@@ -2,7 +2,7 @@
namespace library;
use library\interfaces\CallMap as CallMapInterface;
use library\Interfaces\CallMap as CallMapInterface;
class ClassTable implements CallMapInterface
{

View File

@@ -1,6 +1,6 @@
<?php
namespace library\interfaces;
namespace library\Interfaces;
interface CallMap
{

View File

@@ -1,6 +1,6 @@
<?php
namespace library\interfaces;
namespace library\Interfaces;
use AccountWeight\Exceptions\WechatAccountWeightAssessmentException as WeightAssessmentException;

View File

@@ -1,6 +1,6 @@
<?php
namespace library\interfaces;
namespace library\Interfaces;
/**
* 微信账号加友权重评估结果数据

View File

@@ -1,8 +1,8 @@
<?php
namespace library\interfaces;
namespace library\Interfaces;
use library\interfaces\WechatAccountWeightAssessment as WechatAccountWeightAssessmentInterface;
use library\Interfaces\WechatAccountWeightAssessment as WechatAccountWeightAssessmentInterface;
/**
* 微信账号加友权重评估