Skip to content

Commit

Permalink
sprintf argument error
Browse files Browse the repository at this point in the history
  • Loading branch information
wbroek committed Feb 26, 2016
1 parent 7966e6d commit d833db8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/ClassGenerator/Generator/PropertyGenerator.php
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,7 @@ public static function buildProperty(XSDMap $XSDMap,
trigger_error(sprintf(
'Unable to determine property name on object "%s" with ref value "%s". Property definition: "%s"',
$classTemplate->getElementName(),
$attributes['ref'],
$element->saveXML()
));

Expand Down

0 comments on commit d833db8

Please sign in to comment.