Skip to content

Commit

Permalink
Remove stray semicolon
Browse files Browse the repository at this point in the history
  • Loading branch information
zerocrates committed Dec 10, 2019
1 parent 4e96bc9 commit 5ec28f4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Mapping/AbstractResourceMapping.php
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,6 @@ protected function processGlobalArgs()
}
if (!empty($this->args['o:resource_class']['o:id'])) {
$data['o:resource_class'] = ['o:id' => (int) $this->args['o:resource_class']['o:id']];
;
}
if (!empty($this->args['o:owner']['o:id'])) {
$data['o:owner'] = ['o:id' => (int) $this->args['o:owner']['o:id']];
Expand Down

0 comments on commit 5ec28f4

Please sign in to comment.