kbsali / php-redmine-api

A simple PHP Redmine API client, Object Oriented

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fix @deprecated phpdoc syntax

Art4 opened this issue · comments

The @deprecated tag is used to indicate which Structural Elements are deprecated and are to be removed in a future version.

Syntax

@deprecated [<Semantic Version>] [<description>]

https://docs.phpdoc.org/3.0/guide/references/phpdoc/tags/deprecated.html

But we are using the syntax like @deprecated since v2.6.0, use ... instead

This has to be fixed to @deprecated v2.6.0 use ... instead