Passed
Push — master ( cc1f64...334a6a )
by Aimeos
02:45 queued 16s
created
src/Client/Html/Cms/Page/Decorator/Recaptcha.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -27,7 +27,7 @@
 block discarded – undo
27 27
 	public function init()
28 28
 	{
29 29
 		$view = $this->view();
30
-        $context = $this->context();
30
+		$context = $this->context();
31 31
 		$key = $context->config()->get( 'resource/recaptcha/secretkey' );
32 32
 
33 33
 		if( $key && $view->request()->getMethod() === 'POST' )
Please login to merge, or discard this patch.