Explorar o código

refactor: 统一代码风格

runphp hai 2 semanas
pai
achega
3e4020b95e
Modificáronse 3 ficheiros con 3 adicións e 0 borrados
  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;