Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
hellofromtonya committed Dec 19, 2017
1 parent 5c76a66 commit b7abee6
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/Container/Validator.php
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,10 @@ public static function validItemKeys($uniqueId, $itemKeys)
}

throw new \InvalidArgumentException(sprintf(
__('The item key(s), given for "%s" unique ID, is(are) an invalid data type. String or integer are required. %s given: %s', 'fulcrum'),
__(
'The item key(s), given for "%s" unique ID, is(are) an invalid data type. String or integer are required. %s given: %s', // @codingStandardsIgnoreStart - Generic.Files.LineLength.TooLong
'fulcrum'
),
strip_tags($uniqueId),
ucfirst(gettype($itemKeys)),
print_r($itemKeys, true)
Expand Down

0 comments on commit b7abee6

Please sign in to comment.