Skip to content

Commit

Permalink
explicit string
Browse files Browse the repository at this point in the history
  • Loading branch information
nateiler committed Jul 6, 2018
1 parent 018f013 commit 276cfe7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/services/resources/traits/SyncByElementTrait.php
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ public function syncDown(
): bool {
/** @var Element $element */

/** @var string $id */
if (null === ($id = $this->transformElementId($element, $field))) {
return false;
}
Expand Down

0 comments on commit 276cfe7

Please sign in to comment.