summaryrefslogtreecommitdiffstats
path: root/tests/stubs/Symfony_Component_EventDispatcher_GenericEvent.php
blob: b6dac274f2637c02e491bd24e46e55bfcd7adba4 (plain)
1
2
3
4
5
6
7
8
<?php

namespace Symfony\Component\EventDispatcher;

class GenericEvent {
	public function getSubject() {
	}
}