Issue #3209239 by longwave: [Symfony 5] Symfony\Contracts\EventDispatcher\Event subclasses need return types
parent
528f18782f
commit
4feff0747d
|
@ -118,7 +118,7 @@ class FileUploadSanitizeNameEvent extends Event {
|
|||
*
|
||||
* @see \Drupal\system\EventSubscriber\SecurityFileUploadEventSubscriber
|
||||
*/
|
||||
public function stopPropagation() {
|
||||
public function stopPropagation(): void {
|
||||
throw new \RuntimeException('Propagation cannot be stopped for the FileUploadSanitizeNameEvent');
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue