Passed
Branch master (a114b5)
by Gareth
01:55
created
src/OAuth/OAuthServer.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -5,7 +5,7 @@
 block discarded – undo
5 5
 class OAuthServer
6 6
 {
7 7
     protected $timestamp_threshold = 300; // in seconds, five minutes
8
-    protected $version = 1.0;             // hi blaine
8
+    protected $version = 1.0; // hi blaine
9 9
     protected $signature_methods = [];
10 10
 
11 11
     protected $data_store;
Please login to merge, or discard this patch.