IDE Help Tips Comments

phpstorm:

 

      foreach($orders as $v){

          echo $v->title;

      }

 

      At this time, the type of $v is not known, and IDE cannot prompt.

 

  Can be changed to this ( bean claw )

 

  / ** arvar $ v Order * /

foreach ($orders as $v){$v->id;
}


Guess you like

Origin http://10.200.1.11:23101/article/api/json?id=326708498&siteId=291194637