Skip to content

Commit 07e4fd1

Browse files
Updates code formatting
Signed-off-by: Jhon <jhon@lepidus.com.br>
1 parent 2ead54d commit 07e4fd1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

PluginUpdateNotificationPlugin.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,8 @@ public function getDescription()
5151

5252
public function websiteSettingsCallback($hookName, $params)
5353
{
54-
$smarty =& $params[1];
55-
$output =& $params[2];
54+
$smarty = &$params[1];
55+
$output = &$params[2];
5656

5757
$pluginsToUpdate = $this->getUpgradablePlugins();
5858
if (!empty($pluginsToUpdate)) {

0 commit comments

Comments
 (0)