Skip to content

Commit

Permalink
Unnecessary code has been cleaned.
Browse files Browse the repository at this point in the history
  • Loading branch information
uuur86 committed Dec 27, 2023
1 parent 3dee811 commit 2408851
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/StringObjects.php
Original file line number Diff line number Diff line change
Expand Up @@ -103,8 +103,6 @@ public static function instance($data, array $options = [])
$data = (object) $data;
} catch (Exception) {
throw new Exception("Input data is not valid!\r\n" . print_r($data, true), 23);

return false;
}
}

Expand Down

0 comments on commit 2408851

Please sign in to comment.