Skip to content

Commit

Permalink
Remove unreachable break from Jaxion library.
Browse files Browse the repository at this point in the history
  • Loading branch information
boonebgorges committed Sep 14, 2023
1 parent e9155d4 commit 1158382
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Libraries/Jaxion/src/Axolotl/Model.php
Original file line number Diff line number Diff line change
Expand Up @@ -518,7 +518,6 @@ private function create_wp_object() {
break;
default:
throw new LogicException;
break;
}

$this->attributes[ self::OBJECT_KEY ] = $this->set_wp_object_constants( $object );
Expand Down

0 comments on commit 1158382

Please sign in to comment.