We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e4d266 commit 93b2292Copy full SHA for 93b2292
Provider/AbstractPersonProvider.php
100644
100755
@@ -5,20 +5,18 @@
5
use Symfony\Component\DependencyInjection\ContainerInterface;
6
use SymfonyRollbarBundle\Provider\PersonInterface;
7
8
+/**
9
+ * Class AbstractPersonProvider
10
+ *
11
+ * @package SymfonyRollbarBundle\Provider
12
+ */
13
abstract class AbstractPersonProvider
14
{
15
/**
16
* @var \SymfonyRollbarBundle\Provider\PersonInterface
17
*/
18
protected $person;
19
- /**
- * Initialize current person that should be tracked with Rollbar
- *
- * @param \Symfony\Component\DependencyInjection\ContainerInterface $container
- */
20
- abstract public function __construct(ContainerInterface $container);
21
-
22
23
* @return array|null
24
0 commit comments