add_help_tab( array( 'id' => <<', ) ); // phpcs:set Squiz.Strings.ConcatenationSpacing spacing 1 $string = 'Hello'.$there.'. How are'.$you.$going. "today $okay"; $string = 'Hello' . $there . '. How are' . $you . $going . "today $okay"; $string = 'Hello'.$there; $string = 'Hello'. $there; $string = 'Hello' .$there; // phpcs:set Squiz.Strings.ConcatenationSpacing ignoreNewlines true $y = '1' . '2' . '3'; $y = '1' . '2' . '3'; $y = '1' . '2' . '3'; $y = '1' .'2'. '3' . '4';