Skip to content

Commit ee6512e

Browse files
[5.4] cs fixes
1 parent 01b11a0 commit ee6512e

File tree

3 files changed

+0
-16
lines changed

3 files changed

+0
-16
lines changed

Data/Generator/GeneratorConfig.php

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,6 @@ public function getBundleWriters(): array
5757
/**
5858
* Returns the directory where the source versions of the resource bundles
5959
* are stored.
60-
*
61-
* @return string
6260
*/
6361
public function getSourceDir(): string
6462
{
@@ -67,8 +65,6 @@ public function getSourceDir(): string
6765

6866
/**
6967
* Returns the ICU version of the bundles being converted.
70-
*
71-
* @return string
7268
*/
7369
public function getIcuVersion(): string
7470
{

Intl.php

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,6 @@ final class Intl
6666

6767
/**
6868
* Returns whether the intl extension is installed.
69-
*
70-
* @return bool
7169
*/
7270
public static function isExtensionLoaded(): bool
7371
{
@@ -76,8 +74,6 @@ public static function isExtensionLoaded(): bool
7674

7775
/**
7876
* Returns the version of the installed ICU library.
79-
*
80-
* @return string|null
8177
*/
8278
public static function getIcuVersion(): ?string
8379
{
@@ -106,8 +102,6 @@ public static function getIcuVersion(): ?string
106102

107103
/**
108104
* Returns the version of the installed ICU data.
109-
*
110-
* @return string
111105
*/
112106
public static function getIcuDataVersion(): string
113107
{
@@ -120,8 +114,6 @@ public static function getIcuDataVersion(): string
120114

121115
/**
122116
* Returns the ICU version that the stub classes mimic.
123-
*
124-
* @return string
125117
*/
126118
public static function getIcuStubVersion(): string
127119
{
@@ -130,8 +122,6 @@ public static function getIcuStubVersion(): string
130122

131123
/**
132124
* Returns the absolute path to the data directory.
133-
*
134-
* @return string
135125
*/
136126
public static function getDataDirectory(): string
137127
{

Locale.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,6 @@ public static function setDefaultFallback(?string $locale)
4343
/**
4444
* Returns the default fallback locale.
4545
*
46-
* @return string|null
47-
*
4846
* @see setDefaultFallback()
4947
* @see getFallback()
5048
*/

0 commit comments

Comments
 (0)