Skip to content

Commit 4b78267

Browse files
committed
php7.4 updates
1 parent 7084b3c commit 4b78267

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

src/TemplateInstallerPlugin.php

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -48,11 +48,11 @@ public function uninstall(Composer $composer, IOInterface $io)
4848

4949
public static function getSubscribedEvents()
5050
{
51-
return array(
52-
PluginEvents::PRE_FILE_DOWNLOAD => array(
53-
array('onPreFileDownload', 0)
54-
),
55-
);
51+
return [
52+
PluginEvents::PRE_FILE_DOWNLOAD => [
53+
['onPreFileDownload', 0]
54+
],
55+
];
5656
}
5757

5858
public function onPreFileDownload(PreFileDownloadEvent $event)

0 commit comments

Comments
 (0)