From: Stricted Date: Sun, 26 Jul 2015 20:14:51 +0000 (+0200) Subject: fix travis build X-Git-Tag: 1.0.4~2 X-Git-Url: https://git.stricted.de/?p=GitHub%2FStricted%2Fspeedport-hybrid-php-api.git;a=commitdiff_plain;h=89d43347fdfc219a85d7cf0451f77ee19254477d fix travis build --- diff --git a/Connection.class.php b/Connection.class.php index d1bbea0..64b1ecb 100644 --- a/Connection.class.php +++ b/Connection.class.php @@ -72,4 +72,4 @@ trait Connection { return $data['body']; } -} \ No newline at end of file +} diff --git a/Phone.class.php b/Phone.class.php index 8d2a70e..8799221 100644 --- a/Phone.class.php +++ b/Phone.class.php @@ -154,4 +154,4 @@ trait Phone { return array(); } } -} \ No newline at end of file +} diff --git a/System.class.php b/System.class.php index 418403b..b7f304a 100644 --- a/System.class.php +++ b/System.class.php @@ -81,4 +81,4 @@ trait System { return $data['body']; } -} \ No newline at end of file +}