Skip to content

Commit

Permalink
fix code style
Browse files Browse the repository at this point in the history
  • Loading branch information
yzen-dev committed Jul 14, 2023
1 parent ddbb7e1 commit 7ae15d5
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/Reflection/CacheReflectionProperty.php
Expand Up @@ -52,7 +52,7 @@ public function notTransform(): bool
{
return $this->notTransform;
}

/**
* @return bool
*/
Expand Down
1 change: 0 additions & 1 deletion src/Reflection/Types/ArrayType.php
Expand Up @@ -14,5 +14,4 @@ class ArrayType extends PropertyType
/** @var string|class-string */
public string $itemsType;
public bool $isScalarItems;

}
2 changes: 1 addition & 1 deletion src/Reflection/Types/PropertyTypeFactory.php
Expand Up @@ -58,7 +58,7 @@ public static function create(RuntimeReflectionProperty $property)
$arrayType = TransformUtils::getClassFromPhpDoc($property->getDocComment());
}
$arrayType ??= TypeEnums::TYPE_MIXED;

$typeInstance = new ArrayType(
$type,
$isScalar,
Expand Down

0 comments on commit 7ae15d5

Please sign in to comment.