[feature/module_services] Ignore line in generate_migrations_data in sniffer

This commit is contained in:
Marc Alexander
2013-11-12 14:06:48 +01:00
parent 8de0a01890
commit 31b4fe1f96

View File

@@ -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))
{ {