1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-02-03 18:10:05 +08:00
SpaceVim/bundle/phpcomplete.vim-vim7/tests/fixtures/GetClassName/multi_hoops_extra_whitespace.php

19 lines
265 B
PHP

<?php
class Model {
/**
* getResult
*
* @return Model[]
*/
public function getResult() {
}
}
$someModel = new Model();
$results = $someModel->getResult(
1
);
foreach( $results as $result ) {
$foo = $result->hoge;
$foo = $result->