From cc57a6d28609144cc281c0f911de1cf686edf870 Mon Sep 17 00:00:00 2001 From: WyriHaximus Date: Mon, 6 Jun 2016 12:03:21 -0400 Subject: [PATCH] Applied fixes from StyleCI --- examples/test.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/test.php b/examples/test.php index 2f116f7..ed1b874 100644 --- a/examples/test.php +++ b/examples/test.php @@ -13,4 +13,4 @@ echo $client->project($argv[1] ?? 'WyriHaximus/php-appveyor-client')->projectId(), PHP_EOL; echo time(), PHP_EOL; echo $client->project($argv[1] ?? 'WyriHaximus/php-appveyor-client')->projectId(), PHP_EOL; -echo time(), PHP_EOL; \ No newline at end of file +echo time(), PHP_EOL;