Skip to content

Commit f0debe7

Browse files
committed
Fix whitespacing issue
1 parent 39b4916 commit f0debe7

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

event/main_listener.php

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
class main_listener implements EventSubscriberInterface
2727
{
2828
/** @var string A link to a rich content media site for demo purposes */
29-
public const MEDIA_DEMO_URL ='https://youtu.be/Ne18ZQ7LLI0';
29+
public const MEDIA_DEMO_URL = 'https://youtu.be/Ne18ZQ7LLI0';
3030

3131
/** @var auth */
3232
protected $auth;
@@ -76,13 +76,13 @@ public static function getSubscribedEvents()
7676
/**
7777
* Constructor
7878
*
79-
* @param auth $auth
80-
* @param config $config
81-
* @param db_text $config_text
82-
* @param language $language
83-
* @param template $template
84-
* @param customsitescollection $custom_sites
85-
* @param string $cache_dir
79+
* @param auth $auth
80+
* @param config $config
81+
* @param db_text $config_text
82+
* @param language $language
83+
* @param template $template
84+
* @param customsitescollection $custom_sites
85+
* @param string $cache_dir
8686
*/
8787
public function __construct(auth $auth, config $config, db_text $config_text, language $language, template $template, customsitescollection $custom_sites, $cache_dir)
8888
{

0 commit comments

Comments
 (0)