[feature/module_services] Ignore line in generate_migrations_data in sniffer
This commit is contained in:
@@ -55,7 +55,9 @@ function handle_string(&$str)
|
|||||||
{
|
{
|
||||||
if (is_string($str) && strpos($str, '$') === 0)
|
if (is_string($str) && strpos($str, '$') === 0)
|
||||||
{
|
{
|
||||||
|
// @codingStandardsIgnoreStart
|
||||||
$str = str_replace(',', ' . \',\' . ', $str);
|
$str = str_replace(',', ' . \',\' . ', $str);
|
||||||
|
// @codingStandardsIgnoreEnd
|
||||||
}
|
}
|
||||||
else if (is_string($str))
|
else if (is_string($str))
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user