Skip to content

Commit

Permalink
declare missing mapper-Property
Browse files Browse the repository at this point in the history
  • Loading branch information
hbongen committed May 11, 2023
1 parent b5f37db commit 336d248
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions lib/Dispatcher.php
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,11 @@ class Dispatcher
*/
private $contextFactory;

/**
* @var \JsonMapper
*/
private $mapper;

/**
* @param object $target The target object that should receive the method calls
* @param string $delimiter A delimiter for method calls on properties, for example someProperty->someMethod
Expand Down

0 comments on commit 336d248

Please sign in to comment.