Skip to content

Commit dae0e2e

Browse files
committed
Fix style
1 parent 1a2ab2c commit dae0e2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/openapi/PropertySchema.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ public function __construct(SpecObjectInterface $property, string $name, Compone
140140
$this->fkColName = $fkColName;
141141
$this->property = $reference;
142142
$property = $this->property;
143-
} elseif($xFaker !== null && $reference instanceof Reference) {
143+
} elseif ($xFaker !== null && $reference instanceof Reference) {
144144
$this->xFaker = $xFaker;
145145
$this->property = $reference;
146146
$property = $this->property;

0 commit comments

Comments
 (0)