File tree Expand file tree Collapse file tree 3 files changed +0
-16
lines changed Expand file tree Collapse file tree 3 files changed +0
-16
lines changed Original file line number Diff line number Diff line change @@ -57,8 +57,6 @@ public function getBundleWriters(): array
57
57
/**
58
58
* Returns the directory where the source versions of the resource bundles
59
59
* are stored.
60
- *
61
- * @return string
62
60
*/
63
61
public function getSourceDir (): string
64
62
{
@@ -67,8 +65,6 @@ public function getSourceDir(): string
67
65
68
66
/**
69
67
* Returns the ICU version of the bundles being converted.
70
- *
71
- * @return string
72
68
*/
73
69
public function getIcuVersion (): string
74
70
{
Original file line number Diff line number Diff line change @@ -66,8 +66,6 @@ final class Intl
66
66
67
67
/**
68
68
* Returns whether the intl extension is installed.
69
- *
70
- * @return bool
71
69
*/
72
70
public static function isExtensionLoaded (): bool
73
71
{
@@ -76,8 +74,6 @@ public static function isExtensionLoaded(): bool
76
74
77
75
/**
78
76
* Returns the version of the installed ICU library.
79
- *
80
- * @return string|null
81
77
*/
82
78
public static function getIcuVersion (): ?string
83
79
{
@@ -106,8 +102,6 @@ public static function getIcuVersion(): ?string
106
102
107
103
/**
108
104
* Returns the version of the installed ICU data.
109
- *
110
- * @return string
111
105
*/
112
106
public static function getIcuDataVersion (): string
113
107
{
@@ -120,8 +114,6 @@ public static function getIcuDataVersion(): string
120
114
121
115
/**
122
116
* Returns the ICU version that the stub classes mimic.
123
- *
124
- * @return string
125
117
*/
126
118
public static function getIcuStubVersion (): string
127
119
{
@@ -130,8 +122,6 @@ public static function getIcuStubVersion(): string
130
122
131
123
/**
132
124
* Returns the absolute path to the data directory.
133
- *
134
- * @return string
135
125
*/
136
126
public static function getDataDirectory (): string
137
127
{
Original file line number Diff line number Diff line change @@ -43,8 +43,6 @@ public static function setDefaultFallback(?string $locale)
43
43
/**
44
44
* Returns the default fallback locale.
45
45
*
46
- * @return string|null
47
- *
48
46
* @see setDefaultFallback()
49
47
* @see getFallback()
50
48
*/
You can’t perform that action at this time.
0 commit comments