We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 547e54e commit a9ab886Copy full SHA for a9ab886
Extension/Validator/ViolationMapper/MappingRule.php
@@ -55,7 +55,7 @@ public function getOrigin()
55
*/
56
public function match($propertyPath)
57
{
58
- if ($propertyPath === (string) $this->propertyPath) {
+ if ($propertyPath === $this->propertyPath) {
59
return $this->getTarget();
60
}
61
0 commit comments