Skip to content

Commit

Permalink
fix checktyle
Browse files Browse the repository at this point in the history
  • Loading branch information
Fanny DECLERCK committed Nov 29, 2016
1 parent 6d466f7 commit 18bf06a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ public function beforeSave($object)
$attributeCode = $this->getAttributeCode();
$attributeData = $object->getData($attributeCode);

if ($attributeData !== null ) {
if ($attributeData !== null) {
$rule = $this->ruleFactory->create();

if (is_object($attributeData)) {
Expand Down

0 comments on commit 18bf06a

Please sign in to comment.