Completed
Push — master ( a48c8e...f25f2b )
by smiley
02:33
created
examples/oauth-example-common.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -32,7 +32,7 @@
 block discarded – undo
32 32
 ];
33 33
 
34 34
 /** @var \chillerlan\Settings\SettingsContainerInterface $options */
35
-$options = new class($options_arr) extends OAuthOptions{
35
+$options = new class($options_arr) extends OAuthOptions {
36 36
 	protected $sleep;
37 37
 };
38 38
 
Please login to merge, or discard this patch.