fix: fix Rector downgrading
See https://github.com/rectorphp/rector/issues/6315
This commit is contained in:
parent
f8d5d73443
commit
94c480900a
4 changed files with 63 additions and 42 deletions
|
@ -75,7 +75,7 @@ class Convert {
|
|||
* Get an HTML array short code depending on Arrow-Array key index.
|
||||
*
|
||||
* @param int $index Index representing the arrow. If empty, all arrows are specified.
|
||||
* @return string|string[] Array of all arrows if index is empty, otherwise HTML tag of a specific arrow.
|
||||
* @return string|string[] Array of all arrows if index is empty, otherwise HTML tag of a specific arrow.
|
||||
*
|
||||
* @since 1.3.2
|
||||
* @todo Review.
|
||||
|
|
Reference in a new issue