Skip to content

Commit

Permalink
[ci-review] Rector Rectify
Browse files Browse the repository at this point in the history
  • Loading branch information
kaizen-ci authored and TomasVotruba committed Mar 6, 2021
1 parent 7037bf2 commit cd3ab07
Show file tree
Hide file tree
Showing 26 changed files with 26 additions and 26 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ public function autowireArrayTypeMapper(
}

/**
* @return class-string<\PHPStan\Type\Type>
* @return class-string<Type>
*/
public function getNodeClass(): string
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ public function __construct(PhpVersionProvider $phpVersionProvider)
}

/**
* @return class-string<\PHPStan\Type\Type>
* @return class-string<Type>
*/
public function getNodeClass(): string
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ public function autowireCallableTypeMapper(PHPStanStaticTypeMapper $phpStanStati
}

/**
* @return class-string<\PHPStan\Type\Type>
* @return class-string<Type>
*/
public function getNodeClass(): string
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ final class ClassStringTypeMapper implements TypeMapperInterface, PHPStanStaticT
private $phpStanStaticTypeMapper;

/**
* @return class-string<\PHPStan\Type\Type>
* @return class-string<Type>
*/
public function getNodeClass(): string
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ public function __construct(CallableTypeMapper $callableTypeMapper)
}

/**
* @return class-string<\PHPStan\Type\Type>
* @return class-string<Type>
*/
public function getNodeClass(): string
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ public function __construct(PhpVersionProvider $phpVersionProvider)
}

/**
* @return class-string<\PHPStan\Type\Type>
* @return class-string<Type>
*/
public function getNodeClass(): string
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
final class HasOffsetTypeMapper implements TypeMapperInterface
{
/**
* @return class-string<\PHPStan\Type\Type>
* @return class-string<Type>
*/
public function getNodeClass(): string
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ public function __construct(PhpVersionProvider $phpVersionProvider)
}

/**
* @return class-string<\PHPStan\Type\Type>
* @return class-string<Type>
*/
public function getNodeClass(): string
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ public function autowireIntersectionTypeMapper(PHPStanStaticTypeMapper $phpStanS
}

/**
* @return class-string<\PHPStan\Type\Type>
* @return class-string<Type>
*/
public function getNodeClass(): string
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ public function autowireIterableTypeMapper(PHPStanStaticTypeMapper $phpStanStati
}

/**
* @return class-string<\PHPStan\Type\Type>
* @return class-string<Type>
*/
public function getNodeClass(): string
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
final class MixedTypeMapper implements TypeMapperInterface
{
/**
* @return class-string<\PHPStan\Type\Type>
* @return class-string<Type>
*/
public function getNodeClass(): string
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
final class NeverTypeMapper implements TypeMapperInterface
{
/**
* @return class-string<\PHPStan\Type\Type>
* @return class-string<Type>
*/
public function getNodeClass(): string
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
final class NonEmptyArrayTypeMapper implements TypeMapperInterface
{
/**
* @return class-string<\PHPStan\Type\Type>
* @return class-string<Type>
*/
public function getNodeClass(): string
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
final class NullTypeMapper implements TypeMapperInterface
{
/**
* @return class-string<\PHPStan\Type\Type>
* @return class-string<Type>
*/
public function getNodeClass(): string
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ public function __construct(ReflectionProvider $reflectionProvider)
}

/**
* @return class-string<\PHPStan\Type\Type>
* @return class-string<Type>
*/
public function getNodeClass(): string
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ public function __construct(PhpVersionProvider $phpVersionProvider)
}

/**
* @return class-string<\PHPStan\Type\Type>
* @return class-string<Type>
*/
public function getNodeClass(): string
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
final class ParentStaticTypeMapper implements TypeMapperInterface
{
/**
* @return class-string<\PHPStan\Type\Type>
* @return class-string<Type>
*/
public function getNodeClass(): string
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
final class ResourceTypeMapper implements TypeMapperInterface
{
/**
* @return class-string<\PHPStan\Type\Type>
* @return class-string<Type>
*/
public function getNodeClass(): string
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
final class SelfObjectTypeMapper implements TypeMapperInterface
{
/**
* @return class-string<\PHPStan\Type\Type>
* @return class-string<Type>
*/
public function getNodeClass(): string
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ public function __construct(PhpVersionProvider $phpVersionProvider)
}

/**
* @return class-string<\PHPStan\Type\Type>
* @return class-string<Type>
*/
public function getNodeClass(): string
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ final class StrictMixedTypeMapper implements TypeMapperInterface
private const MIXED = 'mixed';

/**
* @return class-string<\PHPStan\Type\Type>
* @return class-string<Type>
*/
public function getNodeClass(): string
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ public function __construct(PhpVersionProvider $phpVersionProvider)
}

/**
* @return class-string<\PHPStan\Type\Type>
* @return class-string<Type>
*/
public function getNodeClass(): string
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
final class ThisTypeMapper implements TypeMapperInterface
{
/**
* @return class-string<\PHPStan\Type\Type>
* @return class-string<Type>
*/
public function getNodeClass(): string
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ public function __construct(StringTypeMapper $stringTypeMapper)
}

/**
* @return class-string<\PHPStan\Type\Type>
* @return class-string<Type>
*/
public function getNodeClass(): string
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ public function autowireUnionTypeMapper(PHPStanStaticTypeMapper $phpStanStaticTy
}

/**
* @return class-string<\PHPStan\Type\Type>
* @return class-string<Type>
*/
public function getNodeClass(): string
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ public function __construct(PhpVersionProvider $phpVersionProvider)
}

/**
* @return class-string<\PHPStan\Type\Type>
* @return class-string<Type>
*/
public function getNodeClass(): string
{
Expand Down

0 comments on commit cd3ab07

Please sign in to comment.