Skip to content

Commit 7ed19c7

Browse files
committed
cs
1 parent 3595ad6 commit 7ed19c7

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/PdoReflection/PdoStatementObjectType.php

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -157,8 +157,9 @@ public function equals(Type $type): bool
157157
&& $type->bothType !== null
158158
&& $this->bothType !== null
159159
&& $type->fetchType === $this->fetchType
160-
&& $type->bothType->equals($this->bothType
161-
);
160+
&& $type->bothType->equals(
161+
$this->bothType
162+
);
162163
}
163164

164165
return parent::equals($type);

0 commit comments

Comments
 (0)