Skip to content

Commit e480f24

Browse files
Remove the only remaining @return tag from constructor (#56001)
1 parent aa785b7 commit e480f24

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/Database/DatabaseConnectionTest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -567,7 +567,6 @@ class DatabaseConnectionTestMockPDOException extends PDOException
567567
*
568568
* @param string|null $message
569569
* @param string|null $code
570-
* @return void
571570
*/
572571
public function __construct($message = null, $code = null)
573572
{

0 commit comments

Comments
 (0)