Passed
Pull Request — master (#111)
by Matt
01:31
created
event/main_listener.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -26,7 +26,7 @@
 block discarded – undo
26 26
 class main_listener implements EventSubscriberInterface
27 27
 {
28 28
 	/** @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';
30 30
 
31 31
 	/** @var auth */
32 32
 	protected $auth;
Please login to merge, or discard this patch.