8000 Adding basic PHPDoc to the Routing\DelegatingLoader class. · lcf/symfony@8c70a2e · GitHub
[go: up one dir, main page]

Skip to content

Commit 8c70a2e

Browse files
weaverryanfabpot
authored andcommitted
Adding basic PHPDoc to the Routing\DelegatingLoader class.
1 parent b902cb3 commit 8c70a2e

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/Symfony/Component/Routing/Loader/DelegatingLoader.php

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,16 @@
1616
/**
1717
* DelegatingLoader delegates route loading to other loaders using a loader resolver.
1818
*
19+
* This loader acts as an array of LoaderInterface objects - each having
20+
* a chance to load a given resource (handled by the resolver)
21+
*
1922
* @author Fabien Potencier <fabien.potencier@symfony-project.com>
2023
*/
2124
class DelegatingLoader extends Loader
2225
{
26+
/**
27+
* @var LoaderResolverInterface
28+
*/
2329
protected $resolver;
2430

2531
/**

0 commit comments

Comments
 (0)
0