Browse Source

refactor: 统一代码风格

runphp 2 tuần trước cách đây
mục cha
commit
3e4020b95e
3 tập tin đã thay đổi với 3 bổ sung0 xóa
  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;