diff --git a/lib/Dispatcher.php b/lib/Dispatcher.php index 5f045df..66e158d 100644 --- a/lib/Dispatcher.php +++ b/lib/Dispatcher.php @@ -39,6 +39,10 @@ class Dispatcher * @var \phpDocumentor\Reflection\Types\ContextFactory */ private $contextFactory; + /** + * @var JsonMapper + */ + private $mapper; /** * @param object $target The target object that should receive the method calls