Completed
Pull Request — master (#9)
by Donatos
18s
created
examples/iris.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -20,7 +20,7 @@
 block discarded – undo
20 20
     $irisSession = Iris::session($sessionParams);
21 21
     $irisSessionToken = $irisSession->token;
22 22
 
23
-    echo 'Iris session with token ' . $irisSessionToken . ' created' . PHP_EOL;
23
+    echo 'Iris session with token '.$irisSessionToken.' created'.PHP_EOL;
24 24
 } catch (ApiErrorException $e) {
25
-    echo $e->getMessage() . PHP_EOL;
25
+    echo $e->getMessage().PHP_EOL;
26 26
 }
Please login to merge, or discard this patch.