This check compares the return type specified in the @return annotation of a function
or method doc comment with the types returned by the function and raises an issue if they
mismatch.
Loading history...
50
*/
51
2
public function obj(string $selector): self
52
{
53
2
$this->component('ObjModel')->obj($selector);
54
2
return $this;
55
}
56
57
/**
58
* Selector to mtl
59
*
60
* Selector to an <a-asset-item> pointing to a .MTL file or an inline path to a .MTL file. Optional if you wish to
This check compares the return type specified in the @return annotation of a function
or method doc comment with the types returned by the function and raises an issue if they
mismatch.
This check compares the return type specified in the
@return
annotation of a function or method doc comment with the types returned by the function and raises an issue if they mismatch.