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
this gave me a error Raw value must be float. Invalid value '' given.
if I change @param float $valor for @param string $valor it's work, but the code is incorrect, because I wait for float and not string.
The text was updated successfully, but these errors were encountered:
I have a problem if I used this kind off annotation
this gave me a error
Raw value must be float. Invalid value '' given.
if I change
@param float $valor
for@param string $valor
it's work, but the code is incorrect, because I wait for float and not string.The text was updated successfully, but these errors were encountered: