Skip to content

Commit 5579383

Browse files
committed
ecs --fix
1 parent 401eae5 commit 5579383

File tree

2 files changed

+0
-8
lines changed

2 files changed

+0
-8
lines changed

src/Types/AbstractList.php

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,6 @@ public function __construct(Type $valueType = null, Type $keyType = null)
4444

4545
/**
4646
* Returns the type for the keys of this array.
47-
*
48-
* @return Type
4947
*/
5048
public function getKeyType(): Type
5149
{
@@ -58,8 +56,6 @@ public function getKeyType(): Type
5856

5957
/**
6058
* Returns the value for the keys of this array.
61-
*
62-
* @return Type
6359
*/
6460
public function getValueType(): Type
6561
{
@@ -68,8 +64,6 @@ public function getValueType(): Type
6864

6965
/**
7066
* Returns a rendered output of the Type as it would be used in a DocBlock.
71-
*
72-
* @return string
7367
*/
7468
public function __toString(): string
7569
{

src/Types/Collection.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,6 @@ public function getFqsen()
5555

5656
/**
5757
* Returns a rendered output of the Type as it would be used in a DocBlock.
58-
*
59-
* @return string
6058
*/
6159
public function __toString(): string
6260
{

0 commit comments

Comments
 (0)