namespace Rapsys\PackBundle\Command;
+use Rapsys\PackBundle\Command;
+use Rapsys\PackBundle\RapsysPackBundle;
+
use Symfony\Component\Console\Input\InputArgument;
use Symfony\Component\Console\Input\InputInterface;
use Symfony\Component\Console\Output\OutputInterface;
-use Rapsys\PackBundle\Command;
-
/**
* {@inheritdoc}
*
$content = preg_replace('/^(RAPSYSPACK_RANGE=.*)$/m', '#$1'."\n".strtr($string, ['\\' => '\\\\', '\\$' => '\\\\$']), $content);
//Without match
} else {
- $content .= "\n".$string;
+ //Append string
+ $content .= (strlen($content)?"\n\n":'').'###> '.RapsysPackBundle::getBundleAlias().' ###'."\n".$string."\n".'###< '.RapsysPackBundle::getBundleAlias().' ###';
}
//Write file content
//Print shuffled range
var_export(implode($shuffles));
+
+ //Add trailing line
+ echo "\n";
}
//Return success