Skip to content

Commit ea0e1ab

Browse files
authored
Merge pull request overblog#687 from overblog/murtukov-patch-1
Fix ValidationNode.php
2 parents 6433464 + 8dcf1fb commit ea0e1ab

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/Validator/ValidationNode.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -149,4 +149,9 @@ public function getResolverArg(string $name)
149149

150150
return null;
151151
}
152+
153+
public function __get($name)
154+
{
155+
return $this->$name ?? null;
156+
}
152157
}

0 commit comments

Comments
 (0)