فهرست منبع

refactor: 统一代码风格

runphp 2 هفته پیش
والد
کامیت
3e4020b95e
3فایلهای تغییر یافته به همراه3 افزوده شده و 0 حذف شده
  1. 1 0
      config.php
  2. 1 0
      info.php
  3. 1 0
      src/Extension.php

+ 1 - 0
config.php

@@ -1,4 +1,5 @@
 <?php
+
 declare(strict_types=1);
 
 return [[

+ 1 - 0
info.php

@@ -1,4 +1,5 @@
 <?php
+
 declare(strict_types=1);
 return [
   'id' => 'aliyun_dysms',

+ 1 - 0
src/Extension.php

@@ -1,4 +1,5 @@
 <?php
+
 declare(strict_types=1);
 
 namespace SixShop\AliyunDysms;