Squiz.WhiteSpace.ControlStructureSpacing.SpacingAfterOpen

This commit is contained in:
Frédéric FRANCE
2019-10-16 20:00:01 +02:00
parent 012ddd1cdc
commit e75f7d448c
337 changed files with 15 additions and 710 deletions

View File

@@ -1392,7 +1392,6 @@ class CMailFile
$i=0;
foreach ($matches[1] as $full)
{
if (preg_match('/file=([A-Za-z0-9_\-\/]+[\.]?[A-Za-z0-9]+)?$/i', $full, $regs)) // If xxx is 'file=aaa'
{
$img = $regs[1];