diff options
author | Frédéric Guillot <fred@kanboard.net> | 2014-11-26 21:16:19 -0500 |
---|---|---|
committer | Frédéric Guillot <fred@kanboard.net> | 2014-11-26 21:16:19 -0500 |
commit | 3ba8e066328866d7446e1167fd35ecf2bdc4351e (patch) | |
tree | 295543e3f10f214cb02015a990fab5f30f5256a2 /app/Event/Base.php | |
parent | 20b60bc628a7c28cb7780e06073df68a821adc19 (diff) |
Fix some Scrutinizer issues
Diffstat (limited to 'app/Event/Base.php')
-rw-r--r-- | app/Event/Base.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Event/Base.php b/app/Event/Base.php index 2ca1ada0..0217fa08 100644 --- a/app/Event/Base.php +++ b/app/Event/Base.php @@ -25,7 +25,7 @@ abstract class Base implements Listener * Container instance * * @access protected - * @var Pimple\Container + * @var \Pimple\Container */ protected $container; |