Kaynağa Gözat

refactor: 统一代码风格

runphp 2 hafta önce
ebeveyn
işleme
3e4020b95e
3 değiştirilmiş dosya ile 3 ekleme ve 0 silme
  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
 <?php
+
 declare(strict_types=1);
 declare(strict_types=1);
 
 
 return [[
 return [[

+ 1 - 0
info.php

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

+ 1 - 0
src/Extension.php

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