From 89d43347fdfc219a85d7cf0451f77ee19254477d Mon Sep 17 00:00:00 2001 From: Stricted Date: Sun, 26 Jul 2015 22:14:51 +0200 Subject: [PATCH] fix travis build --- Connection.class.php | 2 +- Phone.class.php | 2 +- System.class.php | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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 +} -- 2.20.1