Skip to content

Commit 4158e46

Browse files
committed
fix wrong merge
1 parent 72e5066 commit 4158e46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/JsonSchema/Constraints/Factory.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,8 +136,8 @@ public function createInstanceFor($constraintName)
136136
$this->uriRetriever,
137137
$this
138138
);
139-
return clone $this->instanceCache[$constraintName];
140139
}
140+
return clone $this->instanceCache[$constraintName];
141141
}
142142
throw new InvalidArgumentException('Unknown constraint ' . $constraintName);
143143
}

0 commit comments

Comments
 (0)