This commit is contained in:
2020-12-17 14:12:44 +08:00
parent 9516baef92
commit 33e5416dda
38 changed files with 100 additions and 101 deletions
+2 -2
View File
@@ -16,7 +16,7 @@ use HttpServer\Http\Request;
use HttpServer\Http\Response;
use HttpServer\Route\Router;
use HttpServer\Server;
use JetBrains\PhpStorm\Pure;
use Kafka\Producer;
use Annotation\Annotation as SAnnotation;
use Snowflake\Cache\Redis;
@@ -139,7 +139,7 @@ abstract class BaseApplication extends Service
*
* @return bool
*/
#[Pure] protected function looksLikeSetter(string $line): bool
protected function looksLikeSetter(string $line): bool
{
return str_contains($line, '=');
}