Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions src/ObjectCollection/BackedEnumCollection.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
/** @extends AbstractObjectCollection<\BackedEnum> */
class BackedEnumCollection extends AbstractObjectCollection
{
/** @codeCoverageIgnore */
public static function getValueFqcn(): string
{
return \BackedEnum::class;
Expand Down
1 change: 1 addition & 0 deletions src/ObjectCollection/BackedEnumNullableCollection.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
/** @extends AbstractObjectNullableCollection<\BackedEnum|null> */
class BackedEnumNullableCollection extends AbstractObjectNullableCollection
{
/** @codeCoverageIgnore */
public static function getValueFqcn(): string
{
return \BackedEnum::class;
Expand Down
1 change: 1 addition & 0 deletions src/ObjectCollection/CountableCollection.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
/** @extends AbstractObjectCollection<\Countable> */
class CountableCollection extends AbstractObjectCollection
{
/** @codeCoverageIgnore */
public static function getValueFqcn(): string
{
return \Countable::class;
Expand Down
1 change: 1 addition & 0 deletions src/ObjectCollection/CountableNullableCollection.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
/** @extends AbstractObjectNullableCollection<\Countable|null> */
class CountableNullableCollection extends AbstractObjectNullableCollection
{
/** @codeCoverageIgnore */
public static function getValueFqcn(): string
{
return \Countable::class;
Expand Down
1 change: 1 addition & 0 deletions src/ObjectCollection/DateIntervalCollection.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
/** @extends AbstractObjectCollection<\DateInterval> */
class DateIntervalCollection extends AbstractObjectCollection
{
/** @codeCoverageIgnore */
public static function getValueFqcn(): string
{
return \DateInterval::class;
Expand Down
1 change: 1 addition & 0 deletions src/ObjectCollection/DateIntervalNullableCollection.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
/** @extends AbstractObjectNullableCollection<\DateInterval|null> */
class DateIntervalNullableCollection extends AbstractObjectNullableCollection
{
/** @codeCoverageIgnore */
public static function getValueFqcn(): string
{
return \DateInterval::class;
Expand Down
1 change: 1 addition & 0 deletions src/ObjectCollection/DatePeriodCollection.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
/** @extends AbstractObjectCollection<\DatePeriod<\DateTimeInterface, \DateTimeInterface, int|null>> */
class DatePeriodCollection extends AbstractObjectCollection
{
/** @codeCoverageIgnore */
public static function getValueFqcn(): string
{
return \DatePeriod::class;
Expand Down
1 change: 1 addition & 0 deletions src/ObjectCollection/DatePeriodNullableCollection.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
/** @extends AbstractObjectNullableCollection<\DatePeriod|null> */
class DatePeriodNullableCollection extends AbstractObjectNullableCollection
{
/** @codeCoverageIgnore */
public static function getValueFqcn(): string
{
return \DatePeriod::class;
Expand Down
1 change: 1 addition & 0 deletions src/ObjectCollection/DateTimeCollection.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
/** @extends AbstractObjectCollection<\DateTime> */
class DateTimeCollection extends AbstractObjectCollection
{
/** @codeCoverageIgnore */
public static function getValueFqcn(): string
{
return \DateTime::class;
Expand Down
1 change: 1 addition & 0 deletions src/ObjectCollection/DateTimeImmutableCollection.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
/** @extends AbstractObjectCollection<\DateTimeImmutable> */
class DateTimeImmutableCollection extends AbstractObjectCollection
{
/** @codeCoverageIgnore */
public static function getValueFqcn(): string
{
return \DateTimeImmutable::class;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
/** @extends AbstractObjectNullableCollection<\DateTimeImmutable|null> */
class DateTimeImmutableNullableCollection extends AbstractObjectNullableCollection
{
/** @codeCoverageIgnore */
public static function getValueFqcn(): string
{
return \DateTimeImmutable::class;
Expand Down
1 change: 1 addition & 0 deletions src/ObjectCollection/DateTimeInterfaceCollection.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
/** @extends AbstractObjectCollection<\DateTimeInterface> */
class DateTimeInterfaceCollection extends AbstractObjectCollection
{
/** @codeCoverageIgnore */
public static function getValueFqcn(): string
{
return \DateTimeInterface::class;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
/** @extends AbstractObjectNullableCollection<\DateTimeInterface|null> */
class DateTimeInterfaceNullableCollection extends AbstractObjectNullableCollection
{
/** @codeCoverageIgnore */
public static function getValueFqcn(): string
{
return \DateTimeInterface::class;
Expand Down
1 change: 1 addition & 0 deletions src/ObjectCollection/DateTimeNullableCollection.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
/** @extends AbstractObjectNullableCollection<\DateTime|null> */
class DateTimeNullableCollection extends AbstractObjectNullableCollection
{
/** @codeCoverageIgnore */
public static function getValueFqcn(): string
{
return \DateTime::class;
Expand Down
1 change: 1 addition & 0 deletions src/ObjectCollection/DateTimeZoneCollection.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
/** @extends AbstractObjectCollection<\DateTimeZone> */
class DateTimeZoneCollection extends AbstractObjectCollection
{
/** @codeCoverageIgnore */
public static function getValueFqcn(): string
{
return \DateTimeZone::class;
Expand Down
1 change: 1 addition & 0 deletions src/ObjectCollection/DateTimeZoneNullableCollection.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
/** @extends AbstractObjectNullableCollection<\DateTimeZone|null> */
class DateTimeZoneNullableCollection extends AbstractObjectNullableCollection
{
/** @codeCoverageIgnore */
public static function getValueFqcn(): string
{
return \DateTimeZone::class;
Expand Down
1 change: 1 addition & 0 deletions src/ObjectCollection/JsonSerializableCollection.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
/** @extends AbstractObjectCollection<\JsonSerializable> */
class JsonSerializableCollection extends AbstractObjectCollection
{
/** @codeCoverageIgnore */
public static function getValueFqcn(): string
{
return \JsonSerializable::class;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
/** @extends AbstractObjectNullableCollection<\JsonSerializable|null> */
class JsonSerializableNullableCollection extends AbstractObjectNullableCollection
{
/** @codeCoverageIgnore */
public static function getValueFqcn(): string
{
return \JsonSerializable::class;
Expand Down
1 change: 1 addition & 0 deletions src/ObjectCollection/ReflectionAttributeCollection.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
/** @extends AbstractObjectCollection<\ReflectionAttribute<object>> */
class ReflectionAttributeCollection extends AbstractObjectCollection
{
/** @codeCoverageIgnore */
public static function getValueFqcn(): string
{
return \ReflectionAttribute::class;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
/** @extends AbstractObjectNullableCollection<\ReflectionAttribute|null> */
class ReflectionAttributeNullableCollection extends AbstractObjectNullableCollection
{
/** @codeCoverageIgnore */
public static function getValueFqcn(): string
{
return \ReflectionAttribute::class;
Expand Down
1 change: 1 addition & 0 deletions src/ObjectCollection/ReflectionClassCollection.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
/** @extends AbstractObjectCollection<\ReflectionClass<object>> */
class ReflectionClassCollection extends AbstractObjectCollection
{
/** @codeCoverageIgnore */
public static function getValueFqcn(): string
{
return \ReflectionClass::class;
Expand Down
1 change: 1 addition & 0 deletions src/ObjectCollection/ReflectionClassConstantCollection.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
/** @extends AbstractObjectCollection<\ReflectionClassConstant> */
class ReflectionClassConstantCollection extends AbstractObjectCollection
{
/** @codeCoverageIgnore */
public static function getValueFqcn(): string
{
return \ReflectionClassConstant::class;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
/** @extends AbstractObjectNullableCollection<\ReflectionClassConstant|null> */
class ReflectionClassConstantNullableCollection extends AbstractObjectNullableCollection
{
/** @codeCoverageIgnore */
public static function getValueFqcn(): string
{
return \ReflectionClassConstant::class;
Expand Down
1 change: 1 addition & 0 deletions src/ObjectCollection/ReflectionClassNullableCollection.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
/** @extends AbstractObjectNullableCollection<\ReflectionClass|null> */
class ReflectionClassNullableCollection extends AbstractObjectNullableCollection
{
/** @codeCoverageIgnore */
public static function getValueFqcn(): string
{
return \ReflectionClass::class;
Expand Down
1 change: 1 addition & 0 deletions src/ObjectCollection/ReflectionCollection.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
/** @extends AbstractObjectCollection<\Reflection> */
class ReflectionCollection extends AbstractObjectCollection
{
/** @codeCoverageIgnore */
public static function getValueFqcn(): string
{
return \Reflection::class;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
/** @extends AbstractObjectCollection<\ReflectionEnumBackedCase> */
class ReflectionEnumBackedCaseCollection extends AbstractObjectCollection
{
/** @codeCoverageIgnore */
public static function getValueFqcn(): string
{
return \ReflectionEnumBackedCase::class;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
/** @extends AbstractObjectNullableCollection<\ReflectionEnumBackedCase|null> */
class ReflectionEnumBackedCaseNullableCollection extends AbstractObjectNullableCollection
{
/** @codeCoverageIgnore */
public static function getValueFqcn(): string
{
return \ReflectionEnumBackedCase::class;
Expand Down
1 change: 1 addition & 0 deletions src/ObjectCollection/ReflectionEnumCollection.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
/** @extends AbstractObjectCollection<\ReflectionEnum<\UnitEnum>> */
class ReflectionEnumCollection extends AbstractObjectCollection
{
/** @codeCoverageIgnore */
public static function getValueFqcn(): string
{
return \ReflectionEnum::class;
Expand Down
1 change: 1 addition & 0 deletions src/ObjectCollection/ReflectionEnumNullableCollection.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
/** @extends AbstractObjectNullableCollection<\ReflectionEnum|null> */
class ReflectionEnumNullableCollection extends AbstractObjectNullableCollection
{
/** @codeCoverageIgnore */
public static function getValueFqcn(): string
{
return \ReflectionEnum::class;
Expand Down
1 change: 1 addition & 0 deletions src/ObjectCollection/ReflectionEnumUnitCaseCollection.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
/** @extends AbstractObjectCollection<\ReflectionEnumUnitCase> */
class ReflectionEnumUnitCaseCollection extends AbstractObjectCollection
{
/** @codeCoverageIgnore */
public static function getValueFqcn(): string
{
return \ReflectionEnumUnitCase::class;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
/** @extends AbstractObjectNullableCollection<\ReflectionEnumUnitCase|null> */
class ReflectionEnumUnitCaseNullableCollection extends AbstractObjectNullableCollection
{
/** @codeCoverageIgnore */
public static function getValueFqcn(): string
{
return \ReflectionEnumUnitCase::class;
Expand Down
1 change: 1 addition & 0 deletions src/ObjectCollection/ReflectionExtensionCollection.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
/** @extends AbstractObjectCollection<\ReflectionExtension> */
class ReflectionExtensionCollection extends AbstractObjectCollection
{
/** @codeCoverageIgnore */
public static function getValueFqcn(): string
{
return \ReflectionExtension::class;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
/** @extends AbstractObjectNullableCollection<\ReflectionExtension|null> */
class ReflectionExtensionNullableCollection extends AbstractObjectNullableCollection
{
/** @codeCoverageIgnore */
public static function getValueFqcn(): string
{
return \ReflectionExtension::class;
Expand Down
1 change: 1 addition & 0 deletions src/ObjectCollection/ReflectionFiberCollection.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
/** @extends AbstractObjectCollection<\ReflectionFiber> */
class ReflectionFiberCollection extends AbstractObjectCollection
{
/** @codeCoverageIgnore */
public static function getValueFqcn(): string
{
return \ReflectionFiber::class;
Expand Down
1 change: 1 addition & 0 deletions src/ObjectCollection/ReflectionFiberNullableCollection.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
/** @extends AbstractObjectNullableCollection<\ReflectionFiber|null> */
class ReflectionFiberNullableCollection extends AbstractObjectNullableCollection
{
/** @codeCoverageIgnore */
public static function getValueFqcn(): string
{
return \ReflectionFiber::class;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
/** @extends AbstractObjectCollection<\ReflectionFunctionAbstract> */
class ReflectionFunctionAbstractCollection extends AbstractObjectCollection
{
/** @codeCoverageIgnore */
public static function getValueFqcn(): string
{
return \ReflectionFunctionAbstract::class;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
/** @extends AbstractObjectNullableCollection<\ReflectionFunctionAbstract|null> */
class ReflectionFunctionAbstractNullableCollection extends AbstractObjectNullableCollection
{
/** @codeCoverageIgnore */
public static function getValueFqcn(): string
{
return \ReflectionFunctionAbstract::class;
Expand Down
1 change: 1 addition & 0 deletions src/ObjectCollection/ReflectionFunctionCollection.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
/** @extends AbstractObjectCollection<\ReflectionFunction> */
class ReflectionFunctionCollection extends AbstractObjectCollection
{
/** @codeCoverageIgnore */
public static function getValueFqcn(): string
{
return \ReflectionFunction::class;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
/** @extends AbstractObjectNullableCollection<\ReflectionFunction|null> */
class ReflectionFunctionNullableCollection extends AbstractObjectNullableCollection
{
/** @codeCoverageIgnore */
public static function getValueFqcn(): string
{
return \ReflectionFunction::class;
Expand Down
1 change: 1 addition & 0 deletions src/ObjectCollection/ReflectionGeneratorCollection.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
/** @extends AbstractObjectCollection<\ReflectionGenerator> */
class ReflectionGeneratorCollection extends AbstractObjectCollection
{
/** @codeCoverageIgnore */
public static function getValueFqcn(): string
{
return \ReflectionGenerator::class;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
/** @extends AbstractObjectNullableCollection<\ReflectionGenerator|null> */
class ReflectionGeneratorNullableCollection extends AbstractObjectNullableCollection
{
/** @codeCoverageIgnore */
public static function getValueFqcn(): string
{
return \ReflectionGenerator::class;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
/** @extends AbstractObjectCollection<\ReflectionIntersectionType> */
class ReflectionIntersectionTypeCollection extends AbstractObjectCollection
{
/** @codeCoverageIgnore */
public static function getValueFqcn(): string
{
return \ReflectionIntersectionType::class;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
/** @extends AbstractObjectNullableCollection<\ReflectionIntersectionType|null> */
class ReflectionIntersectionTypeNullableCollection extends AbstractObjectNullableCollection
{
/** @codeCoverageIgnore */
public static function getValueFqcn(): string
{
return \ReflectionIntersectionType::class;
Expand Down
1 change: 1 addition & 0 deletions src/ObjectCollection/ReflectionMethodCollection.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
/** @extends AbstractObjectCollection<\ReflectionMethod> */
class ReflectionMethodCollection extends AbstractObjectCollection
{
/** @codeCoverageIgnore */
public static function getValueFqcn(): string
{
return \ReflectionMethod::class;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
/** @extends AbstractObjectNullableCollection<\ReflectionMethod|null> */
class ReflectionMethodNullableCollection extends AbstractObjectNullableCollection
{
/** @codeCoverageIgnore */
public static function getValueFqcn(): string
{
return \ReflectionMethod::class;
Expand Down
1 change: 1 addition & 0 deletions src/ObjectCollection/ReflectionNamedTypeCollection.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
/** @extends AbstractObjectCollection<\ReflectionNamedType> */
class ReflectionNamedTypeCollection extends AbstractObjectCollection
{
/** @codeCoverageIgnore */
public static function getValueFqcn(): string
{
return \ReflectionNamedType::class;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
/** @extends AbstractObjectNullableCollection<\ReflectionNamedType|null> */
class ReflectionNamedTypeNullableCollection extends AbstractObjectNullableCollection
{
/** @codeCoverageIgnore */
public static function getValueFqcn(): string
{
return \ReflectionNamedType::class;
Expand Down
1 change: 1 addition & 0 deletions src/ObjectCollection/ReflectionNullableCollection.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
/** @extends AbstractObjectNullableCollection<\Reflection|null> */
class ReflectionNullableCollection extends AbstractObjectNullableCollection
{
/** @codeCoverageIgnore */
public static function getValueFqcn(): string
{
return \Reflection::class;
Expand Down
1 change: 1 addition & 0 deletions src/ObjectCollection/ReflectionObjectCollection.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
/** @extends AbstractObjectCollection<\ReflectionObject> */
class ReflectionObjectCollection extends AbstractObjectCollection
{
/** @codeCoverageIgnore */
public static function getValueFqcn(): string
{
return \ReflectionObject::class;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
/** @extends AbstractObjectNullableCollection<\ReflectionObject|null> */
class ReflectionObjectNullableCollection extends AbstractObjectNullableCollection
{
/** @codeCoverageIgnore */
public static function getValueFqcn(): string
{
return \ReflectionObject::class;
Expand Down
Loading