作者 lackoxygen

feat:facade

@@ -543,11 +543,6 @@ FACADE; @@ -543,11 +543,6 @@ FACADE;
543 return $left . ' static' . $right; 543 return $left . ' static' . $right;
544 }, $metas); 544 }, $metas);
545 545
546 - array_unshift(  
547 - $metas,  
548 - ' * @method static Application accessToken(string $accessToken)',  
549 - );  
550 -  
551 $metaAnnotate = '/**' . "\n"; 546 $metaAnnotate = '/**' . "\n";
552 $metaAnnotate .= join("\n", $metas) . "\n"; 547 $metaAnnotate .= join("\n", $metas) . "\n";
553 $metaAnnotate .= ' */'; 548 $metaAnnotate .= ' */';
@@ -9,7 +9,6 @@ use Lackoxygen\TiktokShop\Support\Verify; @@ -9,7 +9,6 @@ use Lackoxygen\TiktokShop\Support\Verify;
9 use Lackoxygen\TiktokShop\Application; 9 use Lackoxygen\TiktokShop\Application;
10 10
11 /** 11 /**
12 - * @method static Application accessToken(string $accessToken)  
13 * @method static Verify verify() 12 * @method static Verify verify()
14 * @method static Request\Pigeon\PigeonInterface pigeon() 13 * @method static Request\Pigeon\PigeonInterface pigeon()
15 * @method static Request\Sms\SmsInterface sms() 14 * @method static Request\Sms\SmsInterface sms()