Skip to content

Commit

Permalink
Merge pull request #5 from xoex/master
Browse files Browse the repository at this point in the history
remove problematic space/new line from end of file
  • Loading branch information
bgsrb authored Mar 19, 2018
2 parents 3d42969 + 75d2068 commit 02dac39
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
1 change: 1 addition & 0 deletions src/Enums/General.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@ abstract class General {
const Enabled = "enabled";
const Disabled = "disabled";
}
?>
2 changes: 1 addition & 1 deletion src/Exceptions/ApiException.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ public function getName()
}
}

?>
?>
3 changes: 1 addition & 2 deletions src/Exceptions/BaseRuntimeException.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,4 @@ public function errorMessage(){
}
}

?>

?>

0 comments on commit 02dac39

Please sign in to comment.