Completed
Push — master ( 510f89...8f2bce )
by Aimeos
09:06
created
lib/mshoplib/src/MShop/Service/Provider/Decorator/Time.php 1 patch
Braces   +3 added lines, -1 removed lines patch added patch discarded remove patch
@@ -115,7 +115,9 @@
 block discarded – undo
115 115
 				$feconfig['time.hourminute']['default'] = $value;
116 116
 			}
117 117
 		}
118
-		catch( \Aimeos\MShop\Order\Exception $e ) {} // If service isn't available
118
+		catch( \Aimeos\MShop\Order\Exception $e )
119
+		{
120
+} // If service isn't available
119 121
 
120 122
 		return array_merge( $this->getProvider()->getConfigFE( $basket ), $this->getConfigItems( $feconfig ) );
121 123
 	}
Please login to merge, or discard this patch.