Skip to content

Commit

Permalink
#16: reduce dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
OxCom committed Dec 2, 2018
1 parent 6e4d266 commit 93b2292
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions Provider/AbstractPersonProvider.php
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -5,20 +5,18 @@
use Symfony\Component\DependencyInjection\ContainerInterface;
use SymfonyRollbarBundle\Provider\PersonInterface;

/**
* Class AbstractPersonProvider
*
* @package SymfonyRollbarBundle\Provider
*/
abstract class AbstractPersonProvider
{
/**
* @var \SymfonyRollbarBundle\Provider\PersonInterface
*/
protected $person;

/**
* Initialize current person that should be tracked with Rollbar
*
* @param \Symfony\Component\DependencyInjection\ContainerInterface $container
*/
abstract public function __construct(ContainerInterface $container);

/**
* @return array|null
*/
Expand Down

0 comments on commit 93b2292

Please sign in to comment.