Skip to content

Commit 93b2292

Browse files
committed
#16: reduce dependencies
1 parent 6e4d266 commit 93b2292

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

Provider/AbstractPersonProvider.php

100644100755
Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,20 +5,18 @@
55
use Symfony\Component\DependencyInjection\ContainerInterface;
66
use SymfonyRollbarBundle\Provider\PersonInterface;
77

8+
/**
9+
* Class AbstractPersonProvider
10+
*
11+
* @package SymfonyRollbarBundle\Provider
12+
*/
813
abstract class AbstractPersonProvider
914
{
1015
/**
1116
* @var \SymfonyRollbarBundle\Provider\PersonInterface
1217
*/
1318
protected $person;
1419

15-
/**
16-
* Initialize current person that should be tracked with Rollbar
17-
*
18-
* @param \Symfony\Component\DependencyInjection\ContainerInterface $container
19-
*/
20-
abstract public function __construct(ContainerInterface $container);
21-
2220
/**
2321
* @return array|null
2422
*/

0 commit comments

Comments
 (0)