Passed
Push — master ( 3bbc0f...be7e20 )
by Aimeos
06:22
created
lib/mshoplib/src/MShop/Price/Item/Standard.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -299,7 +299,7 @@
 block discarded – undo
299 299
 	 *
300 300
 	 * @param boolean $flag True if tax is included in the price value, costs and rebate, false if not
301 301
 	 * @return \Aimeos\MShop\Price\Item\Iface Price item for chaining method calls
302
-	*/
302
+	 */
303 303
 	public function setTaxFlag( $flag )
304 304
 	{
305 305
 		return $this->set( 'price.taxflag', (bool) $flag );
Please login to merge, or discard this patch.