Skip to content

Commit

Permalink
Adds missing doc block
Browse files Browse the repository at this point in the history
  • Loading branch information
Vassyli committed Jan 10, 2018
1 parent 92c0f71 commit efb333d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/Events/EventContextData.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,11 @@ public static function create(array $data): self
return new static($data);
}

/**
* Checks a field configuration given in self::$argumentConfig.
* @param $data
* @throws ArgumentException
*/
public static function checkConfiguration($data)
{
$configuration = static::$argumentConfig;
Expand Down

0 comments on commit efb333d

Please sign in to comment.