Closed TCB13 closed 6 years ago
Hello,
I've noticed that the docblock isn't very compatible with Phpstrom and 4k IDEs because it doesn't declare the datatype of the parameters.
Here is the declaration of table():
table()
Since it lacks the datatype, Phpstorm complains right there... and then at my code:
It is reading the "Single" as the datatype because there should be there an extra field specifying the datatype.
Have a nice day.
This comments are called PHPDoc. I join the issue.
@FinesseRus check #150 .
Discussion continues on #150 .
Hello,
I've noticed that the docblock isn't very compatible with Phpstrom and 4k IDEs because it doesn't declare the datatype of the parameters.
Here is the declaration of
table()
:Since it lacks the datatype, Phpstorm complains right there... and then at my code:
It is reading the "Single" as the datatype because there should be there an extra field specifying the datatype.
Have a nice day.