Skip to content

Commit

Permalink
Update src/Maker/Factory/MakeFactoryData.php
Browse files Browse the repository at this point in the history
Co-authored-by: Nicolas PHILIPPE <[email protected]>
  • Loading branch information
KDederichs and nikophil authored Jan 29, 2025
1 parent ab074c9 commit 53e4c82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Maker/Factory/MakeFactoryData.php
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ public function addDefaultProperty(string $propertyName, string $defaultValue):
public function getDefaultProperties(): array
{
$defaultProperties = $this->defaultProperties;
$clazz = $this->object->getName();
$class = $this->object->getName();

/**
* If forceProperties is not set we filter out properties that can not be set because they're either readonly or have no setter.
Expand Down

0 comments on commit 53e4c82

Please sign in to comment.