Skip to content

Commit

Permalink
Fix "since" tag
Browse files Browse the repository at this point in the history
  • Loading branch information
richard67 committed Jan 26, 2025
1 parent fabf884 commit d13a750
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/DatabaseDriver.php
Original file line number Diff line number Diff line change
Expand Up @@ -1905,7 +1905,7 @@ public function updateObject($table, &$object, $key, $nulls = false)
*
* @return array Array with host, port and socket.
*
* @since __DEPLOY_VERSION__
* @since 3.3.0
*/
protected function extractHostPortSocket(string $host, ?int $port, ?string $socket, int $defaultPort, bool $ipv6SquareBrackets = true): array
{
Expand Down

0 comments on commit d13a750

Please sign in to comment.