Skip to content

Commit

Permalink
Remove unneeded (and wrong?) phpdoc
Browse files Browse the repository at this point in the history
  • Loading branch information
greg0ire committed May 30, 2020
1 parent ea580b0 commit 5a78415
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/Platforms/AbstractPlatform.php
Original file line number Diff line number Diff line change
Expand Up @@ -746,8 +746,6 @@ public function getSubstringExpression(string $string, string $start, ?string $l

/**
* Returns a SQL snippet to concatenate the given strings.
*
* @param string[] ...$string
*/
public function getConcatExpression(string ...$string) : string
{
Expand Down

0 comments on commit 5a78415

Please sign in to comment.