You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It looks like, the hashes "registration" doesn't work for constructor parameters:
Class Car
{
/** * @param string $foo my Var #Class * @param string $bar my car #<ProviderName> foo bar */publicfunction__construct($foo, $bar) {}
}
$bla = newCar('<CARET>');
The text was updated successfully, but these errors were encountered:
It looks like, the hashes "registration" doesn't work for constructor parameters:
The text was updated successfully, but these errors were encountered: