syntax error, unexpected ':', expecting ';' or '' thinkphp 怎么处理
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了syntax error, unexpected ':', expecting ';' or '' thinkphp 怎么处理相关的知识,希望对你有一定的参考价值。
public function getModuleOpenType():string
$us = new UserService();
$companyId = $us->getCompanyId();
if ($companyId == null)
return "0";
$dao = new BizConfigDAO($this->db());
return $dao->getModuleOpenType($companyId);
你这个函数的定义语法有点不对, function getModuleOpenType():string,定义函数不能这么定义,把:string给去掉吧
本回答被提问者采纳 参考技术B 语法错误 看看是不是缺少封号 检查语法结构vue Syntax Error: Unexpected token {
> [email protected] dev F:\music\music
> node build/dev-server.js
> Starting dev server...
ERROR Failed to compile with 2 errors14:30:11
error in ./src/App.vue
Syntax Error: Unexpected token {
@ ./src/main.js 4:0-24
@ multi ./build/dev-client ./src/main.js
error in ./src/components/HelloWorld.vue
Syntax Error: Unexpected token {
@ ./src/router/index.js 3:0-49
@ ./src/main.js
@ multi ./build/dev-client ./src/main.js
> Listening at http://localhost:8080
安装"vue-loader": "11.1.4",可解决
npm uninstall --save-dev vue-loader //删除vue-loader
npm install --save-dev [email protected] //安装vue-loader
以上是关于syntax error, unexpected ':', expecting ';' or '' thinkphp 怎么处理的主要内容,如果未能解决你的问题,请参考以下文章
Syntax Error: Unexpected token, expected {
vue Syntax Error: Unexpected token {
wordpress Parse error: syntax error, unexpected '')
包括,得到“PHP Parse error: syntax error, unexpected 'private' (T_PRIVATE)”
laravel --报错:Parse error: syntax error, unexpected '}', expecting ';'