@@ -58,7 +58,7 @@ |
||
58 | 58 | if (isset($attributes[0]['bundle'])) { |
59 | 59 | $bundleName = $attributes[0]['bundle']; |
60 | 60 | } else { |
61 | - list($bundleName, ) = explode('.', $serviceId, 2) + array('', ''); |
|
61 | + list($bundleName,) = explode('.', $serviceId, 2) + array('', ''); |
|
62 | 62 | } |
63 | 63 | |
64 | 64 | return $bundleName; |