Skip to content

Commit e3de8ed

Browse files
committed
ext/uri: Add @strict-properties to the newly introduced UriBuilder class
1 parent 46a35ff commit e3de8ed

3 files changed

Lines changed: 7 additions & 6 deletions

File tree

ext/uri/php_uri.stub.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ enum UriHostType
4545
case RegisteredName;
4646
}
4747

48+
/** @strict-properties */
4849
final class UriBuilder
4950
{
5051
private ?string $scheme = null;

ext/uri/php_uri_arginfo.h

Lines changed: 2 additions & 2 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)