Skip to content

Commit a6790ed

Browse files
committed
Some code review fixes
1 parent 67c2e49 commit a6790ed

4 files changed

Lines changed: 5 additions & 17 deletions

File tree

ext/uri/php_uri.c

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1056,11 +1056,6 @@ PHP_METHOD(Uri_WhatWg_Url, __debugInfo)
10561056
RETURN_ARR(uri_get_debug_properties(uri_object));
10571057
}
10581058

1059-
PHP_METHOD(Uri_Rfc3986_UriBuilder, __construct)
1060-
{
1061-
ZEND_PARSE_PARAMETERS_NONE();
1062-
}
1063-
10641059
PHP_METHOD(Uri_Rfc3986_UriBuilder, reset)
10651060
{
10661061
ZEND_PARSE_PARAMETERS_NONE();

ext/uri/php_uri.stub.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,6 @@ final class UriBuilder
5555
private ?string $query = null;
5656
private ?string $fragment = null;
5757

58-
public function __construct() {}
59-
6058
public function reset(): static {}
6159

6260
public function setScheme(?string $scheme): static {}

ext/uri/php_uri_arginfo.h

Lines changed: 1 addition & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

ext/uri/php_uri_decl.h

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)