Skip to content

Commit 26bcf83

Browse files
committed
made {@inheritdoc} annotations consistent across the board
1 parent 60ea4e7 commit 26bcf83

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

CacheClearer/ChainCacheClearer.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ public function __construct(array $clearers = array())
3434
}
3535

3636
/**
37-
* {@inheritDoc}
37+
* {@inheritdoc}
3838
*/
3939
public function clear($cacheDir)
4040
{

Debug/TraceableEventDispatcher.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ public function setProfiler(Profiler $profiler = null)
6868
}
6969

7070
/**
71-
* {@inheritDoc}
71+
* {@inheritdoc}
7272
*/
7373
public function addListener($eventName, $listener, $priority = 0)
7474
{
@@ -148,15 +148,15 @@ public function dispatch($eventName, Event $event = null)
148148
}
149149

150150
/**
151-
* {@inheritDoc}
151+
* {@inheritdoc}
152152
*/
153153
public function getCalledListeners()
154154
{
155155
return $this->called;
156156
}
157157

158158
/**
159-
* {@inheritDoc}
159+
* {@inheritdoc}
160160
*/
161161
public function getNotCalledListeners()
162162
{

DependencyInjection/AddClassesToCachePass.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ public function __construct(Kernel $kernel)
3030
}
3131

3232
/**
33-
* {@inheritDoc}
33+
* {@inheritdoc}
3434
*/
3535
public function process(ContainerBuilder $container)
3636
{

DependencyInjection/ConfigurableExtension.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
abstract class ConfigurableExtension extends Extension
2929
{
3030
/**
31-
* {@inheritDoc}
31+
* {@inheritdoc}
3232
*/
3333
final public function load(array $configs, ContainerBuilder $container)
3434
{

0 commit comments

Comments
 (0)