Closed rufinus closed 8 years ago
Nothing big...
You sometimes use type in the docblocks, which messes up IDE and QuodeQuality analyzers. as type is interpreted as a object which could not be resolved.
for a example see https://github.com/AliHichem/AliDatatableBundle/blob/master/Util/Datatable.php#L295
this should be changed to @param string
@param string
Scrutinizer displays it like:
If i find time this week i submit a pull request.
Just merged your pull request, thanks @rufinus !
Nothing big...
You sometimes use type in the docblocks, which messes up IDE and QuodeQuality analyzers. as type is interpreted as a object which could not be resolved.
for a example see https://github.com/AliHichem/AliDatatableBundle/blob/master/Util/Datatable.php#L295
this should be changed to
@param string
Scrutinizer displays it like:
If i find time this week i submit a pull request.