Passed
Push — master ( d9a600...2e3303 )
by Aimeos
03:30
created
client/html/src/Client/Html/Common/Decorator/Exceptions.php 1 patch
Braces   +5 added lines, -2 removed lines patch added patch discarded remove patch
@@ -69,9 +69,12 @@
 block discarded – undo
69 69
 	 */
70 70
 	public function header( string $uid = '' ) : ?string
71 71
 	{
72
-		try {
72
+		try
73
+		{
73 74
 			return $this->client()->header( $uid );
74
-		} catch( \Exception $e ) {
75
+		}
76
+		catch( \Exception $e )
77
+		{
75 78
 			$this->logException( $e );
76 79
 		}
77 80
 
Please login to merge, or discard this patch.
client/html/src/Client/Html/Account/Review/Standard.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -166,5 +166,5 @@
 block discarded – undo
166 166
 	 * @since 2020.10
167 167
 	 * @category Developer
168 168
 	 * @see client/html/account/review/template-body
169
-	*/
169
+	 */
170 170
 }
Please login to merge, or discard this patch.