Skip to content

Commit a2dd8e9

Browse files
Make IntlListFormatter final, not serializable and use strict properties
1 parent 29f0ebb commit a2dd8e9

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

ext/intl/listformatter/listformatter.stub.php

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,9 @@
22

33
/** @generate-class-entries */
44

5-
6-
class IntlListFormatter {
5+
/** @not-serializable */
6+
/** @strict-properties */
7+
final class IntlListFormatter {
78

89
/** @cvalue ULISTFMT_TYPE_OR */
910
public const int TYPE_OR = UNKNOWN;

ext/intl/listformatter/listformatter_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.

0 commit comments

Comments
 (0)