Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 8db02be

Browse files
committed
fix objects
1 parent 5cb9f5a commit 8db02be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎src/Type/ObjectType.php‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1004,7 +1004,7 @@ public function isScalar(): TrinaryLogic
10041004

10051005
public function looseCompare(Type $type): BooleanType
10061006
{
1007-
return $type->isObject()->toBooleanType();
1007+
return newBooleanType();
10081008
}
10091009

10101010
private function isExtraOffsetAccessibleClass(): TrinaryLogic

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /